Shades of Coral #FF8B4A
Tints of Coral #FF8B4A
RGB
CMYK
RGB Variations
Color information
#FF8B4A (or 0xFF8B4A) is known color: Coral. HEX triplet: FF, 8B and 4A. RGB value is (255,139,74). Sum of RGB (Red+Green+Blue) = 255+139+74=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B4A is #0074B5. Grayscale: #A6A6A6. Windows color (decimal): -29878 or 4885503. OLE color: 4885503.
HSL color Cylindrical-coordinate representation of color #FF8B4A: hue angle of 21.55º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF8B4A is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 74 | - |
| CMYK | 0 | 0.45 | 0.71 | 0 |
| HSL | 21.55º | 1% | 0.65% | - |
| HSV(B) | 21.55º | 0.71% | 1% | - |
| XYZ | 51.71 | 40.22 | 11.52 | - |
| YUV | 166.27 | 75.93 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 74 | 0 | 0.45 | 0.71 | 0 | 21.55 | 1 | 0.65 |
| Hex | FF | 8B | 4A | 0 | 2D | 47 | 0 | 16 | 64 | 41 |
| Octal | 377 | 213 | 112 | 0 | 55 | 107 | 0 | 26 | 144 | 101 |
| Binary | 11111111 | 10001011 | 1001010 | 0 | 101101 | 1000111 | 0 | 10110 | 1100100 | 1000001 |
Color Harmonies of #FF8B4A
Complementary color
Monochromatic Colors of #FF8B4A
Black with #FF8B4A
Text Example
Text Example
White with #FF8B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B4A; }
p { color: rgb(255,139,74); }
H1.HeaderClassName
{
color: #FF8B4A;
}
.AnyTagClassName
{
color: #FF8B4A;
}
</style>
background-color css
<style>
a { background-color: #FF8B4A; }
a { background-color: rgb(255,139,74); }
div.DivClassName
{
background-color: #FF8B4A;
}
.BgClassName
{
background-color: #FF8B4A;
}
</style>
border-color css
<style>
span { border-color: #FF8B4A; }
span { border-color: rgb(255,139,74); }
td.TdClassName
{
border-color: #FF8B4A;
}
.TagClassName
{
border-color: #FF8B4A;
}
</style>