Html Css Color HEX #F09C04 Orange Peel

📋 copy color: '#F09C04'

red 240 ◦ green 156 ◦ blue 4

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

Shades of Orange Peel #F09C04

Tints of Orange Peel #F09C04

RGB

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

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

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

R = 60%
G = 39%
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

#F09C04 (or 0xF09C04) is known color: Orange Peel. HEX triplet: F0, 9C and 04. RGB value is (240,156,4). Sum of RGB (Red+Green+Blue) = 240+156+4=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09C04 is #0F63FB. Grayscale: #A4A4A4. Windows color (decimal): -1008636 or 302320. OLE color: 302320.

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

Color convert

RGB 240 156 4 -
CMYK 0 0.35 0.98 0.06
HSL 38.64º 0.97% 0.48% -
HSV(B) 38.64º 0.98% 0.94% -
XYZ 47.85 42.31 5.76 -
YUV 163.79 37.83 182.36 -
System Red Green Blue C M Y K H S L
Decimal 240 156 4 0 0.35 0.98 0.06 38.64 0.97 0.48
Hex F0 9C 4 0 23 62 6 27 61 30
Octal 360 234 4 0 43 142 6 47 141 60
Binary 11110000 10011100 100 0 100011 1100010 110 100111 1100001 110000

Color Harmonies of #F09C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09C04

Black with #F09C04

Text Example


Text Example

White with #F09C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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