Shades of Coral #FE7948
Tints of Coral #FE7948
RGB
CMYK
RGB Variations
Color information
#FE7948 (or 0xFE7948) is known color: Coral. HEX triplet: FE, 79 and 48. RGB value is (254,121,72). Sum of RGB (Red+Green+Blue) = 254+121+72=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7948 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7948 is #0186B7. Grayscale: #9B9B9B. Windows color (decimal): -100024 or 4749822. OLE color: 4749822.
HSL color Cylindrical-coordinate representation of color #FE7948: hue angle of 16.15º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE7948 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 72 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.00 |
| HSL | 16.15º | 0.99% | 0.64% | - |
| HSV(B) | 16.15º | 0.72% | 1% | - |
| XYZ | 48.88 | 35.21 | 10.35 | - |
| YUV | 155.18 | 81.06 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 72 | 0 | 0.52 | 0.72 | 0.00 | 16.15 | 0.99 | 0.64 |
| Hex | FE | 79 | 48 | 0 | 34 | 48 | 0 | 10 | 63 | 40 |
| Octal | 376 | 171 | 110 | 0 | 64 | 110 | 0 | 20 | 143 | 100 |
| Binary | 11111110 | 1111001 | 1001000 | 0 | 110100 | 1001000 | 0 | 10000 | 1100011 | 1000000 |
Color Harmonies of #FE7948
Complementary color
Monochromatic Colors of #FE7948
Black with #FE7948
Text Example
Text Example
White with #FE7948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7948; }
p { color: rgb(254,121,72); }
H1.HeaderClassName
{
color: #FE7948;
}
.AnyTagClassName
{
color: #FE7948;
}
</style>
background-color css
<style>
a { background-color: #FE7948; }
a { background-color: rgb(254,121,72); }
div.DivClassName
{
background-color: #FE7948;
}
.BgClassName
{
background-color: #FE7948;
}
</style>
border-color css
<style>
span { border-color: #FE7948; }
span { border-color: rgb(254,121,72); }
td.TdClassName
{
border-color: #FE7948;
}
.TagClassName
{
border-color: #FE7948;
}
</style>