Shades of Coral #FF8948
Tints of Coral #FF8948
RGB
CMYK
RGB Variations
Color information
#FF8948 (or 0xFF8948) is known color: Coral. HEX triplet: FF, 89 and 48. RGB value is (255,137,72). Sum of RGB (Red+Green+Blue) = 255+137+72=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8948 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8948 is #0076B7. Grayscale: #A5A5A5. Windows color (decimal): -30392 or 4753919. OLE color: 4753919.
HSL color Cylindrical-coordinate representation of color #FF8948: hue angle of 21.31º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF8948 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 72 | - |
| CMYK | 0 | 0.46 | 0.72 | 0 |
| HSL | 21.31º | 1% | 0.64% | - |
| HSV(B) | 21.31º | 0.72% | 1% | - |
| XYZ | 51.36 | 39.62 | 11.07 | - |
| YUV | 164.87 | 75.59 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 72 | 0 | 0.46 | 0.72 | 0 | 21.31 | 1 | 0.64 |
| Hex | FF | 89 | 48 | 0 | 2E | 48 | 0 | 15 | 64 | 40 |
| Octal | 377 | 211 | 110 | 0 | 56 | 110 | 0 | 25 | 144 | 100 |
| Binary | 11111111 | 10001001 | 1001000 | 0 | 101110 | 1001000 | 0 | 10101 | 1100100 | 1000000 |
Color Harmonies of #FF8948
Complementary color
Monochromatic Colors of #FF8948
Black with #FF8948
Text Example
Text Example
White with #FF8948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8948; }
p { color: rgb(255,137,72); }
H1.HeaderClassName
{
color: #FF8948;
}
.AnyTagClassName
{
color: #FF8948;
}
</style>
background-color css
<style>
a { background-color: #FF8948; }
a { background-color: rgb(255,137,72); }
div.DivClassName
{
background-color: #FF8948;
}
.BgClassName
{
background-color: #FF8948;
}
</style>
border-color css
<style>
span { border-color: #FF8948; }
span { border-color: rgb(255,137,72); }
td.TdClassName
{
border-color: #FF8948;
}
.TagClassName
{
border-color: #FF8948;
}
</style>