Html Css Color HEX #F29602 Orange Peel

📋 copy color: '#F29602'

red 242 ◦ green 150 ◦ blue 2

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

Shades of Orange Peel #F29602

Tints of Orange Peel #F29602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.07%

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

R = 61.42%
G = 38.07%
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

#F29602 (or 0xF29602) is known color: Orange Peel. HEX triplet: F2, 96 and 02. RGB value is (242,150,2). Sum of RGB (Red+Green+Blue) = 242+150+2=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F29602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29602 is #0D69FD. Grayscale: #A1A1A1. Windows color (decimal): -879102 or 169714. OLE color: 169714.

HSL color Cylindrical-coordinate representation of color #F29602: hue angle of 37º 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 #F29602 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 150 2 -
CMYK 0 0.38 0.99 0.05
HSL 37º 0.98% 0.48% -
HSV(B) 37º 0.99% 0.95% -
XYZ 47.54 40.69 5.41 -
YUV 160.64 38.48 186.03 -
System Red Green Blue C M Y K H S L
Decimal 242 150 2 0 0.38 0.99 0.05 37 0.98 0.48
Hex F2 96 2 0 26 63 5 25 62 30
Octal 362 226 2 0 46 143 5 45 142 60
Binary 11110010 10010110 10 0 100110 1100011 101 100101 1100010 110000

Color Harmonies of #F29602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29602

Black with #F29602

Text Example


Text Example

White with #F29602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29602; }

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

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

background-color css

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

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

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

border-color css

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

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

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