Shades of Coral #F9815A
Tints of Coral #F9815A
RGB
CMYK
RGB Variations
Color information
#F9815A (or 0xF9815A) is known color: Coral. HEX triplet: F9, 81 and 5A. RGB value is (249,129,90). Sum of RGB (Red+Green+Blue) = 249+129+90=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F9815A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9815A is #067EA5. Grayscale: #A0A0A0. Windows color (decimal): -425638 or 5931513. OLE color: 5931513.
HSL color Cylindrical-coordinate representation of color #F9815A: hue angle of 14.72º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9815A is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 90 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.02 |
| HSL | 14.72º | 0.93% | 0.66% | - |
| HSV(B) | 14.72º | 0.64% | 0.98% | - |
| XYZ | 48.76 | 36.58 | 14.16 | - |
| YUV | 160.43 | 88.26 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 90 | 0 | 0.48 | 0.64 | 0.02 | 14.72 | 0.93 | 0.66 |
| Hex | F9 | 81 | 5A | 0 | 30 | 40 | 2 | F | 5D | 42 |
| Octal | 371 | 201 | 132 | 0 | 60 | 100 | 2 | 17 | 135 | 102 |
| Binary | 11111001 | 10000001 | 1011010 | 0 | 110000 | 1000000 | 10 | 1111 | 1011101 | 1000010 |
Color Harmonies of #F9815A
Complementary color
Monochromatic Colors of #F9815A
Black with #F9815A
Text Example
Text Example
White with #F9815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9815A; }
p { color: rgb(249,129,90); }
H1.HeaderClassName
{
color: #F9815A;
}
.AnyTagClassName
{
color: #F9815A;
}
</style>
background-color css
<style>
a { background-color: #F9815A; }
a { background-color: rgb(249,129,90); }
div.DivClassName
{
background-color: #F9815A;
}
.BgClassName
{
background-color: #F9815A;
}
</style>
border-color css
<style>
span { border-color: #F9815A; }
span { border-color: rgb(249,129,90); }
td.TdClassName
{
border-color: #F9815A;
}
.TagClassName
{
border-color: #F9815A;
}
</style>