Html Css Color HEX #F29D01 Orange Peel

📋 copy color: '#F29D01'

red 242 ◦ green 157 ◦ blue 1

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

Shades of Orange Peel #F29D01

Tints of Orange Peel #F29D01

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.25%

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

R = 60.5%
G = 39.25%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F29D01 (or 0xF29D01) is known color: Orange Peel. HEX triplet: F2, 9D and 01. RGB value is (242,157,1). Sum of RGB (Red+Green+Blue) = 242+157+1=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29D01 is #0D62FE. Grayscale: #A5A5A5. Windows color (decimal): -877311 or 105970. OLE color: 105970.

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

Color convert

RGB 242 157 1 -
CMYK 0 0.35 1.00 0.05
HSL 38.84º 0.99% 0.48% -
HSV(B) 38.84º 1% 0.95% -
XYZ 48.68 42.99 5.76 -
YUV 164.63 35.66 183.18 -
System Red Green Blue C M Y K H S L
Decimal 242 157 1 0 0.35 1.00 0.05 38.84 0.99 0.48
Hex F2 9D 1 0 23 64 5 27 63 30
Octal 362 235 1 0 43 144 5 47 143 60
Binary 11110010 10011101 1 0 100011 1100100 101 100111 1100011 110000

Color Harmonies of #F29D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D01

Black with #F29D01

Text Example


Text Example

White with #F29D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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