#FB8F52

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

Shades of Crusta #FB8F52

Tints of Crusta #FB8F52

Color information

#FB8F52 (or 0xFB8F52) is unknown color: approx Crusta. HEX triplet: FB, 8F and 52. RGB value is (251,143,82). Sum of RGB (Red+Green+Blue) = 251+143+82=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8F52 is #0470AD. Grayscale: #A8A8A8. Windows color (decimal): -290990 or 5410811. OLE color: 5410811.

HSL color Cylindrical-coordinate representation of color #FB8F52: hue angle of 21.66º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB8F52 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB25114382-
CMYK00.430.670.02
HSL21.66º95.48%65.29%-
HSV(B)21.66º67.33%98.43%-
XYZ51.1340.7613.16-
YUV168.3479.28186.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.73%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 82 (32.42% from 255) = 17.23%
R=52.73%
G=30.04%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511438200.430.670.0221.6695.4865.29
HexFB8F5202B432165f41
Octal373217122053103226137101
Binary1111101110001111101001001010111000011101011010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8F52; }

 p { color: rgb(251,143,82); }

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

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

 a { background-color: rgb(251,143,82); }

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

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

 span { border-color: rgb(251,143,82); }

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