Html Css Color HEX #FC9C09 Orange Peel

📋 copy color: '#FC9C09'

red 252 ◦ green 156 ◦ blue 9

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

Shades of Orange Peel #FC9C09

Tints of Orange Peel #FC9C09

RGB

 RED value IS 252 (98.83% from 255) = 60.43%

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

 BLUE value IS 9 (3.91% from 255) = 2.16%

R = 60.43%
G = 37.41%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC9C09 (or 0xFC9C09) is known color: Orange Peel. HEX triplet: FC, 9C and 09. RGB value is (252,156,9). Sum of RGB (Red+Green+Blue) = 252+156+9=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9C09 is #0363F6. Grayscale: #A8A8A8. Windows color (decimal): -222199 or 630012. OLE color: 630012.

HSL color Cylindrical-coordinate representation of color #FC9C09: hue angle of 36.3º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC9C09 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 156 9 -
CMYK 0 0.38 0.96 0.01
HSL 36.3º 0.98% 0.51% -
HSV(B) 36.3º 0.96% 0.99% -
XYZ 52.08 44.49 6.1 -
YUV 167.95 38.3 187.95 -
System Red Green Blue C M Y K H S L
Decimal 252 156 9 0 0.38 0.96 0.01 36.3 0.98 0.51
Hex FC 9C 9 0 26 60 1 24 62 33
Octal 374 234 11 0 46 140 1 44 142 63
Binary 11111100 10011100 1001 0 100110 1100000 1 100100 1100010 110011

Color Harmonies of #FC9C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C09

Black with #FC9C09

Text Example


Text Example

White with #FC9C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C09; }

 p { color: rgb(252,156,9); }

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

background-color css

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

 a { background-color: rgb(252,156,9); }

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

border-color css

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

 span { border-color: rgb(252,156,9); }

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