Shades of Coral #FB7942
Tints of Coral #FB7942
RGB
CMYK
RGB Variations
Color information
#FB7942 (or 0xFB7942) is known color: Coral. HEX triplet: FB, 79 and 42. RGB value is (251,121,66). Sum of RGB (Red+Green+Blue) = 251+121+66=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7942 is #0486BD. Grayscale: #999999. Windows color (decimal): -296638 or 4356603. OLE color: 4356603.
HSL color Cylindrical-coordinate representation of color #FB7942: hue angle of 17.84º 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 #FB7942 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 121 | 66 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.02 |
| HSL | 17.84º | 0.96% | 0.62% | - |
| HSV(B) | 17.84º | 0.74% | 0.98% | - |
| XYZ | 47.6 | 34.58 | 9.32 | - |
| YUV | 153.6 | 78.57 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 121 | 66 | 0 | 0.52 | 0.74 | 0.02 | 17.84 | 0.96 | 0.62 |
| Hex | FB | 79 | 42 | 0 | 34 | 4A | 2 | 12 | 60 | 3E |
| Octal | 373 | 171 | 102 | 0 | 64 | 112 | 2 | 22 | 140 | 76 |
| Binary | 11111011 | 1111001 | 1000010 | 0 | 110100 | 1001010 | 10 | 10010 | 1100000 | 111110 |
Color Harmonies of #FB7942
Complementary color
Monochromatic Colors of #FB7942
Black with #FB7942
Text Example
Text Example
White with #FB7942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7942; }
p { color: rgb(251,121,66); }
H1.HeaderClassName
{
color: #FB7942;
}
.AnyTagClassName
{
color: #FB7942;
}
</style>
background-color css
<style>
a { background-color: #FB7942; }
a { background-color: rgb(251,121,66); }
div.DivClassName
{
background-color: #FB7942;
}
.BgClassName
{
background-color: #FB7942;
}
</style>
border-color css
<style>
span { border-color: #FB7942; }
span { border-color: rgb(251,121,66); }
td.TdClassName
{
border-color: #FB7942;
}
.TagClassName
{
border-color: #FB7942;
}
</style>