Html Css Color HEX #F29506 Dark Orange

📋 copy color: '#F29506'

red 242 ◦ green 149 ◦ blue 6

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

Shades of Dark Orange #F29506

Tints of Dark Orange #F29506

RGB

 RED value IS 242 (94.92% from 255) = 60.96%

 GREEN value IS 149 (58.59% from 255) = 37.53%

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

R = 60.96%
G = 37.53%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F29506 (or 0xF29506) is known color: Dark Orange. HEX triplet: F2, 95 and 06. RGB value is (242,149,6). Sum of RGB (Red+Green+Blue) = 242+149+6=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F29506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29506 is #0D6AF9. Grayscale: #A1A1A1. Windows color (decimal): -879354 or 431602. OLE color: 431602.

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

Color convert

RGB 242 149 6 -
CMYK 0 0.38 0.98 0.05
HSL 36.36º 0.95% 0.49% -
HSV(B) 36.36º 0.98% 0.95% -
XYZ 47.4 40.39 5.47 -
YUV 160.51 40.81 186.13 -
System Red Green Blue C M Y K H S L
Decimal 242 149 6 0 0.38 0.98 0.05 36.36 0.95 0.49
Hex F2 95 6 0 26 62 5 24 5F 31
Octal 362 225 6 0 46 142 5 44 137 61
Binary 11110010 10010101 110 0 100110 1100010 101 100100 1011111 110001

Color Harmonies of #F29506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29506

Black with #F29506

Text Example


Text Example

White with #F29506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29506; }

 p { color: rgb(242,149,6); }

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

background-color css

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

 a { background-color: rgb(242,149,6); }

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

border-color css

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

 span { border-color: rgb(242,149,6); }

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