Shades of Coral #FE874B
Tints of Coral #FE874B
RGB
CMYK
RGB Variations
Color information
#FE874B (or 0xFE874B) is known color: Coral. HEX triplet: FE, 87 and 4B. RGB value is (254,135,75). Sum of RGB (Red+Green+Blue) = 254+135+75=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE874B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE874B is #0178B4. Grayscale: #A4A4A4. Windows color (decimal): -96437 or 4950014. OLE color: 4950014.
HSL color Cylindrical-coordinate representation of color #FE874B: hue angle of 20.11º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE874B is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 75 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.00 |
| HSL | 20.11º | 0.99% | 0.65% | - |
| HSV(B) | 20.11º | 0.7% | 1% | - |
| XYZ | 50.81 | 38.91 | 11.49 | - |
| YUV | 163.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 75 | 0 | 0.47 | 0.70 | 0.00 | 20.11 | 0.99 | 0.65 |
| Hex | FE | 87 | 4B | 0 | 2F | 46 | 0 | 14 | 63 | 41 |
| Octal | 376 | 207 | 113 | 0 | 57 | 106 | 0 | 24 | 143 | 101 |
| Binary | 11111110 | 10000111 | 1001011 | 0 | 101111 | 1000110 | 0 | 10100 | 1100011 | 1000001 |
Color Harmonies of #FE874B
Complementary color
Monochromatic Colors of #FE874B
Black with #FE874B
Text Example
Text Example
White with #FE874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE874B; }
p { color: rgb(254,135,75); }
H1.HeaderClassName
{
color: #FE874B;
}
.AnyTagClassName
{
color: #FE874B;
}
</style>
background-color css
<style>
a { background-color: #FE874B; }
a { background-color: rgb(254,135,75); }
div.DivClassName
{
background-color: #FE874B;
}
.BgClassName
{
background-color: #FE874B;
}
</style>
border-color css
<style>
span { border-color: #FE874B; }
span { border-color: rgb(254,135,75); }
td.TdClassName
{
border-color: #FE874B;
}
.TagClassName
{
border-color: #FE874B;
}
</style>