#FB7854

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

Shades of Coral #FB7854

Tints of Coral #FB7854

Color information

#FB7854 (or 0xFB7854) is unknown color: approx Coral. HEX triplet: FB, 78 and 54. RGB value is (251,120,84). Sum of RGB (Red+Green+Blue) = 251+120+84=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7854 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7854 is #0487AB. Grayscale: #9B9B9B. Windows color (decimal): -296876 or 5535995. OLE color: 5535995.

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

Color convert

RGB25112084-
CMYK00.520.670.02
HSL12.93º95.43%65.69%-
HSV(B)12.93º66.53%98.43%-
XYZ48.134.5812.53-
YUV155.0687.9196.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.16%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=55.16%
G=26.37%
B=18.46%

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
Decimal2511208400.520.670.0212.9395.4365.69
HexFB7854034432d5f42
Octal373170124064103215137102
Binary11111011111100010101000110100100001110110110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7854; }

 p { color: rgb(251,120,84); }

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

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

 a { background-color: rgb(251,120,84); }

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

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

 span { border-color: rgb(251,120,84); }

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