Shades of Coral #FB8241
Tints of Coral #FB8241
RGB
CMYK
RGB Variations
Color information
#FB8241 (or 0xFB8241) is known color: Coral. HEX triplet: FB, 82 and 41. RGB value is (251,130,65). Sum of RGB (Red+Green+Blue) = 251+130+65=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8241 is #047DBE. Grayscale: #9F9F9F. Windows color (decimal): -294335 or 4293371. OLE color: 4293371.
HSL color Cylindrical-coordinate representation of color #FB8241: hue angle of 20.97º 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 #FB8241 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 65 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.02 |
| HSL | 20.97º | 0.96% | 0.62% | - |
| HSV(B) | 20.97º | 0.74% | 0.98% | - |
| XYZ | 48.72 | 36.86 | 9.55 | - |
| YUV | 158.77 | 75.09 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 65 | 0 | 0.48 | 0.74 | 0.02 | 20.97 | 0.96 | 0.62 |
| Hex | FB | 82 | 41 | 0 | 30 | 4A | 2 | 15 | 60 | 3E |
| Octal | 373 | 202 | 101 | 0 | 60 | 112 | 2 | 25 | 140 | 76 |
| Binary | 11111011 | 10000010 | 1000001 | 0 | 110000 | 1001010 | 10 | 10101 | 1100000 | 111110 |
Color Harmonies of #FB8241
Complementary color
Monochromatic Colors of #FB8241
Black with #FB8241
Text Example
Text Example
White with #FB8241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8241; }
p { color: rgb(251,130,65); }
H1.HeaderClassName
{
color: #FB8241;
}
.AnyTagClassName
{
color: #FB8241;
}
</style>
background-color css
<style>
a { background-color: #FB8241; }
a { background-color: rgb(251,130,65); }
div.DivClassName
{
background-color: #FB8241;
}
.BgClassName
{
background-color: #FB8241;
}
</style>
border-color css
<style>
span { border-color: #FB8241; }
span { border-color: rgb(251,130,65); }
td.TdClassName
{
border-color: #FB8241;
}
.TagClassName
{
border-color: #FB8241;
}
</style>