Html Css Color HEX #F49408 Dark Orange

📋 copy color: '#F49408'

red 244 ◦ green 148 ◦ blue 8

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

Shades of Dark Orange #F49408

Tints of Dark Orange #F49408

RGB

 RED value IS 244 (95.7% from 255) = 61%

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

 BLUE value IS 8 (3.52% from 255) = 2%

R = 61%
G = 37%
B = 2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F49408 (or 0xF49408) is known color: Dark Orange. HEX triplet: F4, 94 and 08. RGB value is (244,148,8). Sum of RGB (Red+Green+Blue) = 244+148+8=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F49408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49408 is #0B6BF7. Grayscale: #A1A1A1. Windows color (decimal): -748536 or 562420. OLE color: 562420.

HSL color Cylindrical-coordinate representation of color #F49408: hue angle of 35.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F49408 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 148 8 -
CMYK 0 0.39 0.97 0.04
HSL 35.59º 0.94% 0.49% -
HSV(B) 35.59º 0.97% 0.96% -
XYZ 47.94 40.43 5.51 -
YUV 160.74 41.8 187.38 -
System Red Green Blue C M Y K H S L
Decimal 244 148 8 0 0.39 0.97 0.04 35.59 0.94 0.49
Hex F4 94 8 0 27 61 4 24 5E 31
Octal 364 224 10 0 47 141 4 44 136 61
Binary 11110100 10010100 1000 0 100111 1100001 100 100100 1011110 110001

Color Harmonies of #F49408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49408

Black with #F49408

Text Example


Text Example

White with #F49408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49408; }

 p { color: rgb(244,148,8); }

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

background-color css

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

 a { background-color: rgb(244,148,8); }

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

border-color css

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

 span { border-color: rgb(244,148,8); }

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