#FB7451

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

Shades of Coral #FB7451

Tints of Coral #FB7451

Color information

#FB7451 (or 0xFB7451) is unknown color: approx Coral. HEX triplet: FB, 74 and 51. RGB value is (251,116,81). Sum of RGB (Red+Green+Blue) = 251+116+81=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7451 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7451 is #048BAE. Grayscale: #989898. Windows color (decimal): -297903 or 5338363. OLE color: 5338363.

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

Color convert

RGB25111681-
CMYK00.540.680.02
HSL12.35º95.51%65.1%-
HSV(B)12.35º67.73%98.43%-
XYZ47.5133.5911.76-
YUV152.3887.73198.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.03%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 81 (32.03% from 255) = 18.08%
R=56.03%
G=25.89%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511168100.540.680.0212.3595.5165.1
HexFB7451036442c6041
Octal373164121066104214140101
Binary11111011111010010100010110110100010010110011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7451; }

 p { color: rgb(251,116,81); }

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

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

 a { background-color: rgb(251,116,81); }

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

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

 span { border-color: rgb(251,116,81); }

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