Html Css Color HEX #F09D04 Orange Peel

📋 copy color: '#F09D04'

red 240 ◦ green 157 ◦ blue 4

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

Shades of Orange Peel #F09D04

Tints of Orange Peel #F09D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 59.85%
G = 39.15%
B = 1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F09D04 (or 0xF09D04) is known color: Orange Peel. HEX triplet: F0, 9D and 04. RGB value is (240,157,4). Sum of RGB (Red+Green+Blue) = 240+157+4=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09D04 is #0F62FB. Grayscale: #A5A5A5. Windows color (decimal): -1008380 or 302576. OLE color: 302576.

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

Color convert

RGB 240 157 4 -
CMYK 0 0.35 0.98 0.06
HSL 38.9º 0.97% 0.48% -
HSV(B) 38.9º 0.98% 0.94% -
XYZ 48.01 42.65 5.82 -
YUV 164.38 37.5 181.94 -
System Red Green Blue C M Y K H S L
Decimal 240 157 4 0 0.35 0.98 0.06 38.9 0.97 0.48
Hex F0 9D 4 0 23 62 6 27 61 30
Octal 360 235 4 0 43 142 6 47 141 60
Binary 11110000 10011101 100 0 100011 1100010 110 100111 1100001 110000

Color Harmonies of #F09D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09D04

Black with #F09D04

Text Example


Text Example

White with #F09D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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