Shades of Coral #FE764B
Tints of Coral #FE764B
RGB
CMYK
RGB Variations
Color information
#FE764B (or 0xFE764B) is known color: Coral. HEX triplet: FE, 76 and 4B. RGB value is (254,118,75). Sum of RGB (Red+Green+Blue) = 254+118+75=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE764B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE764B is #0189B4. Grayscale: #9A9A9A. Windows color (decimal): -100789 or 4945662. OLE color: 4945662.
HSL color Cylindrical-coordinate representation of color #FE764B: hue angle of 14.41º 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 #FE764B is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 75 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.00 |
| HSL | 14.41º | 0.99% | 0.65% | - |
| HSV(B) | 14.41º | 0.7% | 1% | - |
| XYZ | 48.62 | 34.54 | 10.76 | - |
| YUV | 153.76 | 83.56 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 75 | 0 | 0.54 | 0.70 | 0.00 | 14.41 | 0.99 | 0.65 |
| Hex | FE | 76 | 4B | 0 | 36 | 46 | 0 | E | 63 | 41 |
| Octal | 376 | 166 | 113 | 0 | 66 | 106 | 0 | 16 | 143 | 101 |
| Binary | 11111110 | 1110110 | 1001011 | 0 | 110110 | 1000110 | 0 | 1110 | 1100011 | 1000001 |
Color Harmonies of #FE764B
Complementary color
Monochromatic Colors of #FE764B
Black with #FE764B
Text Example
Text Example
White with #FE764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE764B; }
p { color: rgb(254,118,75); }
H1.HeaderClassName
{
color: #FE764B;
}
.AnyTagClassName
{
color: #FE764B;
}
</style>
background-color css
<style>
a { background-color: #FE764B; }
a { background-color: rgb(254,118,75); }
div.DivClassName
{
background-color: #FE764B;
}
.BgClassName
{
background-color: #FE764B;
}
</style>
border-color css
<style>
span { border-color: #FE764B; }
span { border-color: rgb(254,118,75); }
td.TdClassName
{
border-color: #FE764B;
}
.TagClassName
{
border-color: #FE764B;
}
</style>