Html Css Color HEX #FC9A09 Orange Peel

📋 copy color: '#FC9A09'

red 252 ◦ green 154 ◦ blue 9

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

Shades of Orange Peel #FC9A09

Tints of Orange Peel #FC9A09

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.11%

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

R = 60.72%
G = 37.11%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC9A09 (or 0xFC9A09) is known color: Orange Peel. HEX triplet: FC, 9A and 09. RGB value is (252,154,9). Sum of RGB (Red+Green+Blue) = 252+154+9=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 9 (3.91% from 255 or 2.17% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9A09 is #0365F6. Grayscale: #A7A7A7. Windows color (decimal): -222711 or 629500. OLE color: 629500.

HSL color Cylindrical-coordinate representation of color #FC9A09: hue angle of 35.8º 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 #FC9A09 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 154 9 -
CMYK 0 0.39 0.96 0.01
HSL 35.8º 0.98% 0.51% -
HSV(B) 35.8º 0.96% 0.99% -
XYZ 51.75 43.83 5.99 -
YUV 166.77 38.97 188.79 -
System Red Green Blue C M Y K H S L
Decimal 252 154 9 0 0.39 0.96 0.01 35.8 0.98 0.51
Hex FC 9A 9 0 27 60 1 24 62 33
Octal 374 232 11 0 47 140 1 44 142 63
Binary 11111100 10011010 1001 0 100111 1100000 1 100100 1100010 110011

Color Harmonies of #FC9A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A09

Black with #FC9A09

Text Example


Text Example

White with #FC9A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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