Html Css Color HEX #F09C02 Orange Peel

📋 copy color: '#F09C02'

red 240 ◦ green 156 ◦ blue 2

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

Shades of Orange Peel #F09C02

Tints of Orange Peel #F09C02

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.2%

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

R = 60.3%
G = 39.2%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F09C02 (or 0xF09C02) is known color: Orange Peel. HEX triplet: F0, 9C and 02. RGB value is (240,156,2). Sum of RGB (Red+Green+Blue) = 240+156+2=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09C02 is #0F63FD. Grayscale: #A4A4A4. Windows color (decimal): -1008638 or 171248. OLE color: 171248.

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

Color convert

RGB 240 156 2 -
CMYK 0 0.35 0.99 0.06
HSL 38.82º 0.98% 0.47% -
HSV(B) 38.82º 0.99% 0.94% -
XYZ 47.83 42.31 5.7 -
YUV 163.56 36.83 182.52 -
System Red Green Blue C M Y K H S L
Decimal 240 156 2 0 0.35 0.99 0.06 38.82 0.98 0.47
Hex F0 9C 2 0 23 63 6 27 62 2F
Octal 360 234 2 0 43 143 6 47 142 57
Binary 11110000 10011100 10 0 100011 1100011 110 100111 1100010 101111

Color Harmonies of #F09C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09C02

Black with #F09C02

Text Example


Text Example

White with #F09C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09C02; }

 p { color: rgb(240,156,2); }

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

background-color css

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

 a { background-color: rgb(240,156,2); }

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

border-color css

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

 span { border-color: rgb(240,156,2); }

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