Html Css Color HEX #FC9D0A Orange Peel

📋 copy color: '#FC9D0A'

red 252 ◦ green 157 ◦ blue 10

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

Shades of Orange Peel #FC9D0A

Tints of Orange Peel #FC9D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 60.14%
G = 37.47%
B = 2.39%

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

#FC9D0A (or 0xFC9D0A) is known color: Orange Peel. HEX triplet: FC, 9D and 0A. RGB value is (252,157,10). Sum of RGB (Red+Green+Blue) = 252+157+10=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9D0A is #0362F5. Grayscale: #A9A9A9. Windows color (decimal): -221942 or 695804. OLE color: 695804.

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

Color convert

RGB 252 157 10 -
CMYK 0 0.38 0.96 0.01
HSL 36.45º 0.98% 0.51% -
HSV(B) 36.45º 0.96% 0.99% -
XYZ 52.26 44.83 6.19 -
YUV 168.65 38.47 187.45 -
System Red Green Blue C M Y K H S L
Decimal 252 157 10 0 0.38 0.96 0.01 36.45 0.98 0.51
Hex FC 9D A 0 26 60 1 24 62 33
Octal 374 235 12 0 46 140 1 44 142 63
Binary 11111100 10011101 1010 0 100110 1100000 1 100100 1100010 110011

Color Harmonies of #FC9D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D0A

Black with #FC9D0A

Text Example


Text Example

White with #FC9D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D0A; }

 p { color: rgb(252,157,10); }

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

background-color css

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

 a { background-color: rgb(252,157,10); }

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

border-color css

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

 span { border-color: rgb(252,157,10); }

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