Html Css Color HEX #FC9C0C Orange Peel

📋 copy color: '#FC9C0C'

red 252 ◦ green 156 ◦ blue 12

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

Shades of Orange Peel #FC9C0C

Tints of Orange Peel #FC9C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.86%

R = 60%
G = 37.14%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC9C0C (or 0xFC9C0C) is known color: Orange Peel. HEX triplet: FC, 9C and 0C. RGB value is (252,156,12). Sum of RGB (Red+Green+Blue) = 252+156+12=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9C0C is #0363F3. Grayscale: #A8A8A8. Windows color (decimal): -222196 or 826620. OLE color: 826620.

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

Color convert

RGB 252 156 12 -
CMYK 0 0.38 0.95 0.01
HSL 36º 0.98% 0.52% -
HSV(B) 36º 0.95% 0.99% -
XYZ 52.1 44.5 6.19 -
YUV 168.29 39.8 187.71 -
System Red Green Blue C M Y K H S L
Decimal 252 156 12 0 0.38 0.95 0.01 36 0.98 0.52
Hex FC 9C C 0 26 5F 1 24 62 34
Octal 374 234 14 0 46 137 1 44 142 64
Binary 11111100 10011100 1100 0 100110 1011111 1 100100 1100010 110100

Color Harmonies of #FC9C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C0C

Black with #FC9C0C

Text Example


Text Example

White with #FC9C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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