Html Css Color HEX #F29706 Orange Peel

📋 copy color: '#F29706'

red 242 ◦ green 151 ◦ blue 6

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

Shades of Orange Peel #F29706

Tints of Orange Peel #F29706

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.84%

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

R = 60.65%
G = 37.84%
B = 1.5%

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

#F29706 (or 0xF29706) is known color: Orange Peel. HEX triplet: F2, 97 and 06. RGB value is (242,151,6). Sum of RGB (Red+Green+Blue) = 242+151+6=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F29706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29706 is #0D68F9. Grayscale: #A2A2A2. Windows color (decimal): -878842 or 432114. OLE color: 432114.

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

Color convert

RGB 242 151 6 -
CMYK 0 0.38 0.98 0.05
HSL 36.86º 0.95% 0.49% -
HSV(B) 36.86º 0.98% 0.95% -
XYZ 47.72 41.02 5.58 -
YUV 161.68 40.15 185.29 -
System Red Green Blue C M Y K H S L
Decimal 242 151 6 0 0.38 0.98 0.05 36.86 0.95 0.49
Hex F2 97 6 0 26 62 5 25 5F 31
Octal 362 227 6 0 46 142 5 45 137 61
Binary 11110010 10010111 110 0 100110 1100010 101 100101 1011111 110001

Color Harmonies of #F29706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29706

Black with #F29706

Text Example


Text Example

White with #F29706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29706; }

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

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

background-color css

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

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

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

border-color css

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

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

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