#FC8B52

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

Shades of Crusta #FC8B52

Tints of Crusta #FC8B52

Color information

#FC8B52 (or 0xFC8B52) is unknown color: approx Crusta. HEX triplet: FC, 8B and 52. RGB value is (252,139,82). Sum of RGB (Red+Green+Blue) = 252+139+82=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B52 is #0374AD. Grayscale: #A6A6A6. Windows color (decimal): -226478 or 5409788. OLE color: 5409788.

HSL color Cylindrical-coordinate representation of color #FC8B52: hue angle of 20.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC8B52 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB25213982-
CMYK00.450.670.01
HSL20.12º96.59%65.49%-
HSV(B)20.12º67.46%98.82%-
XYZ50.939.7712.98-
YUV166.2980.44189.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.28%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 82 (32.42% from 255) = 17.34%
R=53.28%
G=29.39%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521398200.450.670.0120.1296.5965.49
HexFC8B5202D431146141
Octal374213122055103124141101
Binary111111001000101110100100101101100001111010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8B52; }

 p { color: rgb(252,139,82); }

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

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

 a { background-color: rgb(252,139,82); }

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

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

 span { border-color: rgb(252,139,82); }

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