Html Css Color HEX #F09F01 Orange Peel

📋 copy color: '#F09F01'

red 240 ◦ green 159 ◦ blue 1

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

Shades of Orange Peel #F09F01

Tints of Orange Peel #F09F01

RGB

 RED value IS 240 (94.14% from 255) = 60%

 GREEN value IS 159 (62.5% from 255) = 39.75%

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

R = 60%
G = 39.75%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F09F01 (or 0xF09F01) is known color: Orange Peel. HEX triplet: F0, 9F and 01. RGB value is (240,159,1). Sum of RGB (Red+Green+Blue) = 240+159+1=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09F01 is #0F60FE. Grayscale: #A5A5A5. Windows color (decimal): -1007871 or 106480. OLE color: 106480.

HSL color Cylindrical-coordinate representation of color #F09F01: hue angle of 39.67º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F09F01 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 159 1 -
CMYK 0 0.34 1.00 0.06
HSL 39.67º 0.99% 0.47% -
HSV(B) 39.67º 1% 0.94% -
XYZ 48.34 43.32 5.84 -
YUV 165.21 35.34 181.35 -
System Red Green Blue C M Y K H S L
Decimal 240 159 1 0 0.34 1.00 0.06 39.67 0.99 0.47
Hex F0 9F 1 0 22 64 6 28 63 2F
Octal 360 237 1 0 42 144 6 50 143 57
Binary 11110000 10011111 1 0 100010 1100100 110 101000 1100011 101111

Color Harmonies of #F09F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09F01

Black with #F09F01

Text Example


Text Example

White with #F09F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09F01; }

 p { color: rgb(240,159,1); }

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

background-color css

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

 a { background-color: rgb(240,159,1); }

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

border-color css

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

 span { border-color: rgb(240,159,1); }

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