Shades of Coral #FB8242
Tints of Coral #FB8242
RGB
CMYK
RGB Variations
Color information
#FB8242 (or 0xFB8242) is known color: Coral. HEX triplet: FB, 82 and 42. RGB value is (251,130,66). Sum of RGB (Red+Green+Blue) = 251+130+66=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8242 is #047DBD. Grayscale: #9F9F9F. Windows color (decimal): -294334 or 4358907. OLE color: 4358907.
HSL color Cylindrical-coordinate representation of color #FB8242: hue angle of 20.76º 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 #FB8242 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 66 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.02 |
| HSL | 20.76º | 0.96% | 0.62% | - |
| HSV(B) | 20.76º | 0.74% | 0.98% | - |
| XYZ | 48.75 | 36.87 | 9.7 | - |
| YUV | 158.88 | 75.59 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 66 | 0 | 0.48 | 0.74 | 0.02 | 20.76 | 0.96 | 0.62 |
| Hex | FB | 82 | 42 | 0 | 30 | 4A | 2 | 15 | 60 | 3E |
| Octal | 373 | 202 | 102 | 0 | 60 | 112 | 2 | 25 | 140 | 76 |
| Binary | 11111011 | 10000010 | 1000010 | 0 | 110000 | 1001010 | 10 | 10101 | 1100000 | 111110 |
Color Harmonies of #FB8242
Complementary color
Monochromatic Colors of #FB8242
Black with #FB8242
Text Example
Text Example
White with #FB8242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8242; }
p { color: rgb(251,130,66); }
H1.HeaderClassName
{
color: #FB8242;
}
.AnyTagClassName
{
color: #FB8242;
}
</style>
background-color css
<style>
a { background-color: #FB8242; }
a { background-color: rgb(251,130,66); }
div.DivClassName
{
background-color: #FB8242;
}
.BgClassName
{
background-color: #FB8242;
}
</style>
border-color css
<style>
span { border-color: #FB8242; }
span { border-color: rgb(251,130,66); }
td.TdClassName
{
border-color: #FB8242;
}
.TagClassName
{
border-color: #FB8242;
}
</style>