Shades of Coral #FF8250
Tints of Coral #FF8250
RGB
CMYK
RGB Variations
Color information
#FF8250 (or 0xFF8250) is known color: Coral. HEX triplet: FF, 82 and 50. RGB value is (255,130,80). Sum of RGB (Red+Green+Blue) = 255+130+80=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8250 is #007DAF. Grayscale: #A2A2A2. Windows color (decimal): -32176 or 5276415. OLE color: 5276415.
HSL color Cylindrical-coordinate representation of color #FF8250: hue angle of 17.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF8250 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 80 | - |
| CMYK | 0 | 0.49 | 0.69 | 0 |
| HSL | 17.14º | 1% | 0.66% | - |
| HSV(B) | 17.14º | 0.69% | 1% | - |
| XYZ | 50.67 | 37.8 | 12.22 | - |
| YUV | 161.68 | 81.91 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 80 | 0 | 0.49 | 0.69 | 0 | 17.14 | 1 | 0.66 |
| Hex | FF | 82 | 50 | 0 | 31 | 45 | 0 | 11 | 64 | 42 |
| Octal | 377 | 202 | 120 | 0 | 61 | 105 | 0 | 21 | 144 | 102 |
| Binary | 11111111 | 10000010 | 1010000 | 0 | 110001 | 1000101 | 0 | 10001 | 1100100 | 1000010 |
Color Harmonies of #FF8250
Complementary color
Monochromatic Colors of #FF8250
Black with #FF8250
Text Example
Text Example
White with #FF8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8250; }
p { color: rgb(255,130,80); }
H1.HeaderClassName
{
color: #FF8250;
}
.AnyTagClassName
{
color: #FF8250;
}
</style>
background-color css
<style>
a { background-color: #FF8250; }
a { background-color: rgb(255,130,80); }
div.DivClassName
{
background-color: #FF8250;
}
.BgClassName
{
background-color: #FF8250;
}
</style>
border-color css
<style>
span { border-color: #FF8250; }
span { border-color: rgb(255,130,80); }
td.TdClassName
{
border-color: #FF8250;
}
.TagClassName
{
border-color: #FF8250;
}
</style>