Color Hex Logo

#f69900 Color Hex

#F69900
(246,153,0)
0 Favorites   0 Comments

Color spaces of #f69900

RGB 2461530
HSL0.101.000.48
HSV37°100°96°
CMYK 0.000.381.00   0.04
XYZ49.397342.37535.5757
Yxy42.37530.50740.4353
Hunter Lab65.096321.533340.4890
CIE-Lab71.128926.443375.9529

#f69900 color RGB value is (246,153,0).

#f69900 hex color red value is 246, green value is 153 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #f69900 hue: 0.10 , saturation: 1.00 and the lightness value of f69900 is 0.48.

The process color (four color CMYK) of #f69900 color hex is 0.00, 0.38, 1.00, 0.04. Web safe color of #f69900 is #ff9900. Color #f69900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011001 00000000
Octal 366 231 0
Decimal 246 153 0
Hex F6 99 0

RGB Percentages of Color #f69900

%61.65
%38.35
%0.00

CMYK Percentages of Color #f69900

%0
%38
%100
%4

Triadic Colors of #f69900

#f69900 #00f699 #9900f6

Analogous Colors of #f69900

#f69900 #d8f600 #f61e00

Monochromatic Colors of #f69900

#f69900

Complementary Color

#f69900 #005df6

#f69900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69900 Color CSS Codes

.mybgcolor {background-color:#f69900; } 
.myforecolor {color:#f69900; }
.mybordercolor {border:3px solid #f69900; }

#f69900 Text Font Color

<p style="color:#f69900">Text here</p>

This sample text font color is #f69900
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f69900 Background Color

<div style="background-color:#f69900">
Div content here</div>

This div background color is #f69900


#f69900 Border Color

<div style="border:3px solid #f69900">
Div here</div>

This div border color is #f69900


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,153,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f69900; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f69900;
  -webkit-box-shadow: 1px 1px 3px 2px #f69900;
  box-shadow:         1px 1px 3px 2px #f69900; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,153,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f69900">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f69900;
  -webkit-box-shadow: 1px 1px 3px 2px #f69900;
  box-shadow:         1px 1px 3px 2px #f69900;">
Div content here</div>

This div box has shadow with color #f69900


Comments

No comments written yet.

Please login to write comment.