Html Css Color HEX #F49206 Dark Orange

📋 copy color: '#F49206'

red 244 ◦ green 146 ◦ blue 6

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

Shades of Dark Orange #F49206

Tints of Dark Orange #F49206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 61.62%
G = 36.87%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F49206 (or 0xF49206) is known color: Dark Orange. HEX triplet: F4, 92 and 06. RGB value is (244,146,6). Sum of RGB (Red+Green+Blue) = 244+146+6=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F49206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49206 is #0B6DF9. Grayscale: #A0A0A0. Windows color (decimal): -749050 or 430836. OLE color: 430836.

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

Color convert

RGB 244 146 6 -
CMYK 0 0.40 0.98 0.04
HSL 35.29º 0.95% 0.49% -
HSV(B) 35.29º 0.98% 0.96% -
XYZ 47.62 39.8 5.35 -
YUV 159.34 41.47 188.38 -
System Red Green Blue C M Y K H S L
Decimal 244 146 6 0 0.40 0.98 0.04 35.29 0.95 0.49
Hex F4 92 6 0 28 62 4 23 5F 31
Octal 364 222 6 0 50 142 4 43 137 61
Binary 11110100 10010010 110 0 101000 1100010 100 100011 1011111 110001

Color Harmonies of #F49206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49206

Black with #F49206

Text Example


Text Example

White with #F49206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49206; }

 p { color: rgb(244,146,6); }

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

background-color css

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

 a { background-color: rgb(244,146,6); }

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

border-color css

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

 span { border-color: rgb(244,146,6); }

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