#FB7952

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

Shades of Coral #FB7952

Tints of Coral #FB7952

Color information

#FB7952 (or 0xFB7952) is unknown color: approx Coral. HEX triplet: FB, 79 and 52. RGB value is (251,121,82). Sum of RGB (Red+Green+Blue) = 251+121+82=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7952 is #0486AD. Grayscale: #9B9B9B. Windows color (decimal): -296622 or 5405179. OLE color: 5405179.

HSL color Cylindrical-coordinate representation of color #FB7952: hue angle of 13.85º 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 #FB7952 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB25112182-
CMYK00.520.670.02
HSL13.85º95.48%65.29%-
HSV(B)13.85º67.33%98.43%-
XYZ48.1434.7912.16-
YUV155.4286.57196.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.29%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 82 (32.42% from 255) = 18.06%
R=55.29%
G=26.65%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511218200.520.670.0213.8595.4865.29
HexFB7952034432e5f41
Octal373171122064103216137101
Binary11111011111100110100100110100100001110111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7952; }

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

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

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

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

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

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

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

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