Html Css Color HEX #F29701 Orange Peel

📋 copy color: '#F29701'

red 242 ◦ green 151 ◦ blue 1

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

Shades of Orange Peel #F29701

Tints of Orange Peel #F29701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 61.42%
G = 38.32%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F29701 (or 0xF29701) is known color: Orange Peel. HEX triplet: F2, 97 and 01. RGB value is (242,151,1). Sum of RGB (Red+Green+Blue) = 242+151+1=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F29701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29701 is #0D68FE. Grayscale: #A1A1A1. Windows color (decimal): -878847 or 104434. OLE color: 104434.

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

Color convert

RGB 242 151 1 -
CMYK 0 0.38 1.00 0.05
HSL 37.34º 0.99% 0.48% -
HSV(B) 37.34º 1% 0.95% -
XYZ 47.69 41.01 5.43 -
YUV 161.11 37.65 185.7 -
System Red Green Blue C M Y K H S L
Decimal 242 151 1 0 0.38 1.00 0.05 37.34 0.99 0.48
Hex F2 97 1 0 26 64 5 25 63 30
Octal 362 227 1 0 46 144 5 45 143 60
Binary 11110010 10010111 1 0 100110 1100100 101 100101 1100011 110000

Color Harmonies of #F29701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29701

Black with #F29701

Text Example


Text Example

White with #F29701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29701; }

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

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

background-color css

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

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

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

border-color css

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

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

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