#fb7f5f

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

Shades of Coral #FB7F5F

Tints of Coral #FB7F5F

Color information

#FB7F5F (or 0xFB7F5F) is unknown color: approx Coral. HEX triplet: FB, 7F and 5F. RGB value is (251,127,95). Sum of RGB (Red+Green+Blue) = 251+127+95=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7F5F is #0480A0. Grayscale: #A0A0A0. Windows color (decimal): -295073 or 6258683. OLE color: 6258683.

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

Color convert

RGB25112795-
CMYK00.490.620.02
HSL12.31º95.12%67.84%-
HSV(B)12.31º62.15%98.43%-
XYZ49.4436.5115.27-
YUV160.4391.08192.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.07%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=53.07%
G=26.85%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511279500.490.620.0212.3195.1267.84
HexFB7F5F0313E2c5f44
Octal37317713706176214137104
Binary1111101111111111011111011000111111010110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb7f5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb7f5f; }

 p { color: rgb(251,127,95); }

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

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

 a { background-color: rgb(251,127,95); }

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

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

 span { border-color: rgb(251,127,95); }

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