#FB7352

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

Shades of Coral #FB7352

Tints of Coral #FB7352

Color information

#FB7352 (or 0xFB7352) is unknown color: approx Coral. HEX triplet: FB, 73 and 52. RGB value is (251,115,82). Sum of RGB (Red+Green+Blue) = 251+115+82=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7352 is #048CAD. Grayscale: #989898. Windows color (decimal): -298158 or 5403643. OLE color: 5403643.

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

Color convert

RGB25111582-
CMYK00.540.670.02
HSL11.72º95.48%65.29%-
HSV(B)11.72º67.33%98.43%-
XYZ47.4433.3811.93-
YUV151.988.56198.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.03%
GREEN value IS 115 (45.31% from 255) = 25.67%
BLUE value IS 82 (32.42% from 255) = 18.30%
R=56.03%
G=25.67%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511158200.540.670.0211.7295.4865.29
HexFB7352036432c5f41
Octal373163122066103214137101
Binary11111011111001110100100110110100001110110010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7352; }

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

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

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

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

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

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

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

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