Shades of Coral #FF8952
Tints of Coral #FF8952
RGB
CMYK
RGB Variations
Color information
#FF8952 (or 0xFF8952) is known color: Coral. HEX triplet: FF, 89 and 52. RGB value is (255,137,82). Sum of RGB (Red+Green+Blue) = 255+137+82=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8952 is #0076AD. Grayscale: #A6A6A6. Windows color (decimal): -30382 or 5409279. OLE color: 5409279.
HSL color Cylindrical-coordinate representation of color #FF8952: hue angle of 19.08º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF8952 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 82 | - |
| CMYK | 0 | 0.46 | 0.68 | 0 |
| HSL | 19.08º | 1% | 0.66% | - |
| HSV(B) | 19.08º | 0.68% | 1% | - |
| XYZ | 51.71 | 39.76 | 12.93 | - |
| YUV | 166.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 82 | 0 | 0.46 | 0.68 | 0 | 19.08 | 1 | 0.66 |
| Hex | FF | 89 | 52 | 0 | 2E | 44 | 0 | 13 | 64 | 42 |
| Octal | 377 | 211 | 122 | 0 | 56 | 104 | 0 | 23 | 144 | 102 |
| Binary | 11111111 | 10001001 | 1010010 | 0 | 101110 | 1000100 | 0 | 10011 | 1100100 | 1000010 |
Color Harmonies of #FF8952
Complementary color
Monochromatic Colors of #FF8952
Black with #FF8952
Text Example
Text Example
White with #FF8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8952; }
p { color: rgb(255,137,82); }
H1.HeaderClassName
{
color: #FF8952;
}
.AnyTagClassName
{
color: #FF8952;
}
</style>
background-color css
<style>
a { background-color: #FF8952; }
a { background-color: rgb(255,137,82); }
div.DivClassName
{
background-color: #FF8952;
}
.BgClassName
{
background-color: #FF8952;
}
</style>
border-color css
<style>
span { border-color: #FF8952; }
span { border-color: rgb(255,137,82); }
td.TdClassName
{
border-color: #FF8952;
}
.TagClassName
{
border-color: #FF8952;
}
</style>