Shades of Coral #FE7B4C
Tints of Coral #FE7B4C
RGB
CMYK
RGB Variations
Color information
#FE7B4C (or 0xFE7B4C) is known color: Coral. HEX triplet: FE, 7B and 4C. RGB value is (254,123,76). Sum of RGB (Red+Green+Blue) = 254+123+76=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7B4C is #0184B3. Grayscale: #9D9D9D. Windows color (decimal): -99508 or 5012478. OLE color: 5012478.
HSL color Cylindrical-coordinate representation of color #FE7B4C: hue angle of 15.84º 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 #FE7B4C is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 76 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.00 |
| HSL | 15.84º | 0.99% | 0.65% | - |
| HSV(B) | 15.84º | 0.7% | 1% | - |
| XYZ | 49.26 | 35.76 | 11.14 | - |
| YUV | 156.81 | 82.4 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 76 | 0 | 0.52 | 0.70 | 0.00 | 15.84 | 0.99 | 0.65 |
| Hex | FE | 7B | 4C | 0 | 34 | 46 | 0 | 10 | 63 | 41 |
| Octal | 376 | 173 | 114 | 0 | 64 | 106 | 0 | 20 | 143 | 101 |
| Binary | 11111110 | 1111011 | 1001100 | 0 | 110100 | 1000110 | 0 | 10000 | 1100011 | 1000001 |
Color Harmonies of #FE7B4C
Complementary color
Monochromatic Colors of #FE7B4C
Black with #FE7B4C
Text Example
Text Example
White with #FE7B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B4C; }
p { color: rgb(254,123,76); }
H1.HeaderClassName
{
color: #FE7B4C;
}
.AnyTagClassName
{
color: #FE7B4C;
}
</style>
background-color css
<style>
a { background-color: #FE7B4C; }
a { background-color: rgb(254,123,76); }
div.DivClassName
{
background-color: #FE7B4C;
}
.BgClassName
{
background-color: #FE7B4C;
}
</style>
border-color css
<style>
span { border-color: #FE7B4C; }
span { border-color: rgb(254,123,76); }
td.TdClassName
{
border-color: #FE7B4C;
}
.TagClassName
{
border-color: #FE7B4C;
}
</style>