Html Css Color HEX #FC9A0A Orange Peel

📋 copy color: '#FC9A0A'

red 252 ◦ green 154 ◦ blue 10

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

Shades of Orange Peel #FC9A0A

Tints of Orange Peel #FC9A0A

RGB

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

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

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

R = 60.58%
G = 37.02%
B = 2.4%

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

#FC9A0A (or 0xFC9A0A) is known color: Orange Peel. HEX triplet: FC, 9A and 0A. RGB value is (252,154,10). Sum of RGB (Red+Green+Blue) = 252+154+10=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9A0A is #0365F5. Grayscale: #A7A7A7. Windows color (decimal): -222710 or 695036. OLE color: 695036.

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

Color convert

RGB 252 154 10 -
CMYK 0 0.39 0.96 0.01
HSL 35.7º 0.98% 0.51% -
HSV(B) 35.7º 0.96% 0.99% -
XYZ 51.76 43.83 6.02 -
YUV 166.89 39.47 188.71 -
System Red Green Blue C M Y K H S L
Decimal 252 154 10 0 0.39 0.96 0.01 35.7 0.98 0.51
Hex FC 9A A 0 27 60 1 24 62 33
Octal 374 232 12 0 47 140 1 44 142 63
Binary 11111100 10011010 1010 0 100111 1100000 1 100100 1100010 110011

Color Harmonies of #FC9A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A0A

Black with #FC9A0A

Text Example


Text Example

White with #FC9A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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