Shades of Coral #FE764A
Tints of Coral #FE764A
RGB
CMYK
RGB Variations
Color information
#FE764A (or 0xFE764A) is known color: Coral. HEX triplet: FE, 76 and 4A. RGB value is (254,118,74). Sum of RGB (Red+Green+Blue) = 254+118+74=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE764A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE764A is #0189B5. Grayscale: #999999. Windows color (decimal): -100790 or 4880126. OLE color: 4880126.
HSL color Cylindrical-coordinate representation of color #FE764A: hue angle of 14.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE764A is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 74 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.00 |
| HSL | 14.67º | 0.99% | 0.64% | - |
| HSV(B) | 14.67º | 0.71% | 1% | - |
| XYZ | 48.59 | 34.52 | 10.58 | - |
| YUV | 153.65 | 83.06 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 74 | 0 | 0.54 | 0.71 | 0.00 | 14.67 | 0.99 | 0.64 |
| Hex | FE | 76 | 4A | 0 | 36 | 47 | 0 | F | 63 | 40 |
| Octal | 376 | 166 | 112 | 0 | 66 | 107 | 0 | 17 | 143 | 100 |
| Binary | 11111110 | 1110110 | 1001010 | 0 | 110110 | 1000111 | 0 | 1111 | 1100011 | 1000000 |
Color Harmonies of #FE764A
Complementary color
Monochromatic Colors of #FE764A
Black with #FE764A
Text Example
Text Example
White with #FE764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE764A; }
p { color: rgb(254,118,74); }
H1.HeaderClassName
{
color: #FE764A;
}
.AnyTagClassName
{
color: #FE764A;
}
</style>
background-color css
<style>
a { background-color: #FE764A; }
a { background-color: rgb(254,118,74); }
div.DivClassName
{
background-color: #FE764A;
}
.BgClassName
{
background-color: #FE764A;
}
</style>
border-color css
<style>
span { border-color: #FE764A; }
span { border-color: rgb(254,118,74); }
td.TdClassName
{
border-color: #FE764A;
}
.TagClassName
{
border-color: #FE764A;
}
</style>