#FB7A52

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

Shades of Coral #FB7A52

Tints of Coral #FB7A52

Color information

#FB7A52 (or 0xFB7A52) is unknown color: approx Coral. HEX triplet: FB, 7A and 52. RGB value is (251,122,82). Sum of RGB (Red+Green+Blue) = 251+122+82=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7A52 is #0485AD. Grayscale: #9C9C9C. Windows color (decimal): -296366 or 5405435. OLE color: 5405435.

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

Color convert

RGB25112282-
CMYK00.510.670.02
HSL14.2º95.48%65.29%-
HSV(B)14.2º67.33%98.43%-
XYZ48.2735.0412.2-
YUV156.0186.24195.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.16%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 82 (32.42% from 255) = 18.02%
R=55.16%
G=26.81%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511228200.510.670.0214.295.4865.29
HexFB7A52033432e5f41
Octal373172122063103216137101
Binary11111011111101010100100110011100001110111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7A52; }

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

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

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

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

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

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

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

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