Html Css Color HEX #F09D02 Orange Peel

📋 copy color: '#F09D02'

red 240 ◦ green 157 ◦ blue 2

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

Shades of Orange Peel #F09D02

Tints of Orange Peel #F09D02

RGB

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

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

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

R = 60.15%
G = 39.35%
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

#F09D02 (or 0xF09D02) is known color: Orange Peel. HEX triplet: F0, 9D and 02. RGB value is (240,157,2). Sum of RGB (Red+Green+Blue) = 240+157+2=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09D02 is #0F62FD. Grayscale: #A4A4A4. Windows color (decimal): -1008382 or 171504. OLE color: 171504.

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

Color convert

RGB 240 157 2 -
CMYK 0 0.35 0.99 0.06
HSL 39.08º 0.98% 0.47% -
HSV(B) 39.08º 0.99% 0.94% -
XYZ 48 42.64 5.76 -
YUV 164.15 36.5 182.1 -
System Red Green Blue C M Y K H S L
Decimal 240 157 2 0 0.35 0.99 0.06 39.08 0.98 0.47
Hex F0 9D 2 0 23 63 6 27 62 2F
Octal 360 235 2 0 43 143 6 47 142 57
Binary 11110000 10011101 10 0 100011 1100011 110 100111 1100010 101111

Color Harmonies of #F09D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09D02

Black with #F09D02

Text Example


Text Example

White with #F09D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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