Html Css Color HEX #F29502 Dark Orange

📋 copy color: '#F29502'

red 242 ◦ green 149 ◦ blue 2

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

Shades of Dark Orange #F29502

Tints of Dark Orange #F29502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 61.58%
G = 37.91%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F29502 (or 0xF29502) is known color: Dark Orange. HEX triplet: F2, 95 and 02. RGB value is (242,149,2). Sum of RGB (Red+Green+Blue) = 242+149+2=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F29502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29502 is #0D6AFD. Grayscale: #A0A0A0. Windows color (decimal): -879358 or 169458. OLE color: 169458.

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

Color convert

RGB 242 149 2 -
CMYK 0 0.38 0.99 0.05
HSL 36.75º 0.98% 0.48% -
HSV(B) 36.75º 0.99% 0.95% -
XYZ 47.38 40.38 5.35 -
YUV 160.05 38.81 186.45 -
System Red Green Blue C M Y K H S L
Decimal 242 149 2 0 0.38 0.99 0.05 36.75 0.98 0.48
Hex F2 95 2 0 26 63 5 25 62 30
Octal 362 225 2 0 46 143 5 45 142 60
Binary 11110010 10010101 10 0 100110 1100011 101 100101 1100010 110000

Color Harmonies of #F29502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29502

Black with #F29502

Text Example


Text Example

White with #F29502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29502; }

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

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

background-color css

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

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

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

border-color css

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

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

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