Html Css Color HEX #F99405 Dark Orange

📋 copy color: '#F99405'

red 249 ◦ green 148 ◦ blue 5

#F99405
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #F99405

Tints of Dark Orange #F99405

RGB

 RED value IS 249 (97.66% from 255) = 61.94%

 GREEN value IS 148 (58.2% from 255) = 36.82%

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 61.94%
G = 36.82%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F99405 (or 0xF99405) is known color: Dark Orange. HEX triplet: F9, 94 and 05. RGB value is (249,148,5). Sum of RGB (Red+Green+Blue) = 249+148+5=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F99405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99405 is #066BFA. Grayscale: #A2A2A2. Windows color (decimal): -420859 or 365817. OLE color: 365817.

HSL color Cylindrical-coordinate representation of color #F99405: hue angle of 35.16º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F99405 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 148 5 -
CMYK 0 0.41 0.98 0.02
HSL 35.16º 0.96% 0.5% -
HSV(B) 35.16º 0.98% 0.98% -
XYZ 49.68 41.33 5.5 -
YUV 161.9 39.46 190.13 -
System Red Green Blue C M Y K H S L
Decimal 249 148 5 0 0.41 0.98 0.02 35.16 0.96 0.5
Hex F9 94 5 0 29 62 2 23 60 32
Octal 371 224 5 0 51 142 2 43 140 62
Binary 11111001 10010100 101 0 101001 1100010 10 100011 1100000 110010

Color Harmonies of #F99405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99405

Black with #F99405

Text Example


Text Example

White with #F99405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99405; }

 p { color: rgb(249,148,5); }

 H1.HeaderClassName
 {
   color: #F99405;
 }
 .AnyTagClassName
 {
   color: #F99405;
 }
</style>

background-color css

<style>
 a { background-color: #F99405; }

 a { background-color: rgb(249,148,5); }

 div.DivClassName
 {
   background-color: #F99405;
 }
 .BgClassName
 {
   background-color: #F99405;
 }
</style>

border-color css

<style>
 span { border-color: #F99405; }

 span { border-color: rgb(249,148,5); }

 td.TdClassName
 {
   border-color: #F99405;
 }
 .TagClassName
 {
   border-color: #F99405;
 }
</style>