Shades of Coral #FB8141
Tints of Coral #FB8141
RGB
CMYK
RGB Variations
Color information
#FB8141 (or 0xFB8141) is known color: Coral. HEX triplet: FB, 81 and 41. RGB value is (251,129,65). Sum of RGB (Red+Green+Blue) = 251+129+65=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8141 is #047EBE. Grayscale: #9E9E9E. Windows color (decimal): -294591 or 4293115. OLE color: 4293115.
HSL color Cylindrical-coordinate representation of color #FB8141: hue angle of 20.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB8141 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 65 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.02 |
| HSL | 20.65º | 0.96% | 0.62% | - |
| HSV(B) | 20.65º | 0.74% | 0.98% | - |
| XYZ | 48.59 | 36.59 | 9.5 | - |
| YUV | 158.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 65 | 0 | 0.49 | 0.74 | 0.02 | 20.65 | 0.96 | 0.62 |
| Hex | FB | 81 | 41 | 0 | 31 | 4A | 2 | 15 | 60 | 3E |
| Octal | 373 | 201 | 101 | 0 | 61 | 112 | 2 | 25 | 140 | 76 |
| Binary | 11111011 | 10000001 | 1000001 | 0 | 110001 | 1001010 | 10 | 10101 | 1100000 | 111110 |
Color Harmonies of #FB8141
Complementary color
Monochromatic Colors of #FB8141
Black with #FB8141
Text Example
Text Example
White with #FB8141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8141; }
p { color: rgb(251,129,65); }
H1.HeaderClassName
{
color: #FB8141;
}
.AnyTagClassName
{
color: #FB8141;
}
</style>
background-color css
<style>
a { background-color: #FB8141; }
a { background-color: rgb(251,129,65); }
div.DivClassName
{
background-color: #FB8141;
}
.BgClassName
{
background-color: #FB8141;
}
</style>
border-color css
<style>
span { border-color: #FB8141; }
span { border-color: rgb(251,129,65); }
td.TdClassName
{
border-color: #FB8141;
}
.TagClassName
{
border-color: #FB8141;
}
</style>