#FC980C

Color #FC980C Orange Peel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Peel #FC980C

Tints of Orange Peel #FC980C

Color information

#FC980C (or 0xFC980C) is unknown color: approx Orange Peel. HEX triplet: FC, 98 and 0C. RGB value is (252,152,12). Sum of RGB (Red+Green+Blue) = 252+152+12=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC980C is #0367F3. Grayscale: #A6A6A6. Windows color (decimal): -223220 or 825596. OLE color: 825596.

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

Color convert

RGB25215212-
CMYK00.400.950.01
HSL35º97.56%51.76%-
HSV(B)35º95.24%98.82%-
XYZ51.4443.185.97-
YUV165.9441.13189.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.58%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 12 (5.08% from 255) = 2.88%
R=60.58%
G=36.54%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.95
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521521200.400.950.013597.5651.76
HexFC98C0285F1236234
Octal3742301405013714314264
Binary111111001001100011000101000101111111000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC980C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC980C; }

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

 H1.HeaderClassName
 {
   color: #FC980C;
 }
 .AnyTagClassName
 {
   color: #FC980C;
 }
</style>
background-color css

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

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

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

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

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

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