Shades of Coral #FB815A
Tints of Coral #FB815A
RGB
CMYK
RGB Variations
Color information
#FB815A (or 0xFB815A) is known color: Coral. HEX triplet: FB, 81 and 5A. RGB value is (251,129,90). Sum of RGB (Red+Green+Blue) = 251+129+90=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB815A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB815A is #047EA5. Grayscale: #A1A1A1. Windows color (decimal): -294566 or 5931515. OLE color: 5931515.
HSL color Cylindrical-coordinate representation of color #FB815A: hue angle of 14.53º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB815A is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 90 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.02 |
| HSL | 14.53º | 0.95% | 0.67% | - |
| HSV(B) | 14.53º | 0.64% | 0.98% | - |
| XYZ | 49.48 | 36.95 | 14.2 | - |
| YUV | 161.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 90 | 0 | 0.49 | 0.64 | 0.02 | 14.53 | 0.95 | 0.67 |
| Hex | FB | 81 | 5A | 0 | 31 | 40 | 2 | F | 5F | 43 |
| Octal | 373 | 201 | 132 | 0 | 61 | 100 | 2 | 17 | 137 | 103 |
| Binary | 11111011 | 10000001 | 1011010 | 0 | 110001 | 1000000 | 10 | 1111 | 1011111 | 1000011 |
Color Harmonies of #FB815A
Complementary color
Monochromatic Colors of #FB815A
Black with #FB815A
Text Example
Text Example
White with #FB815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB815A; }
p { color: rgb(251,129,90); }
H1.HeaderClassName
{
color: #FB815A;
}
.AnyTagClassName
{
color: #FB815A;
}
</style>
background-color css
<style>
a { background-color: #FB815A; }
a { background-color: rgb(251,129,90); }
div.DivClassName
{
background-color: #FB815A;
}
.BgClassName
{
background-color: #FB815A;
}
</style>
border-color css
<style>
span { border-color: #FB815A; }
span { border-color: rgb(251,129,90); }
td.TdClassName
{
border-color: #FB815A;
}
.TagClassName
{
border-color: #FB815A;
}
</style>