Shades of Coral #FE774B
Tints of Coral #FE774B
RGB
CMYK
RGB Variations
Color information
#FE774B (or 0xFE774B) is known color: Coral. HEX triplet: FE, 77 and 4B. RGB value is (254,119,75). Sum of RGB (Red+Green+Blue) = 254+119+75=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE774B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE774B is #0188B4. Grayscale: #9A9A9A. Windows color (decimal): -100533 or 4945918. OLE color: 4945918.
HSL color Cylindrical-coordinate representation of color #FE774B: hue angle of 14.75º 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 #FE774B is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 75 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.00 |
| HSL | 14.75º | 0.99% | 0.65% | - |
| HSV(B) | 14.75º | 0.7% | 1% | - |
| XYZ | 48.74 | 34.77 | 10.8 | - |
| YUV | 154.35 | 83.23 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 75 | 0 | 0.53 | 0.70 | 0.00 | 14.75 | 0.99 | 0.65 |
| Hex | FE | 77 | 4B | 0 | 35 | 46 | 0 | F | 63 | 41 |
| Octal | 376 | 167 | 113 | 0 | 65 | 106 | 0 | 17 | 143 | 101 |
| Binary | 11111110 | 1110111 | 1001011 | 0 | 110101 | 1000110 | 0 | 1111 | 1100011 | 1000001 |
Color Harmonies of #FE774B
Complementary color
Monochromatic Colors of #FE774B
Black with #FE774B
Text Example
Text Example
White with #FE774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE774B; }
p { color: rgb(254,119,75); }
H1.HeaderClassName
{
color: #FE774B;
}
.AnyTagClassName
{
color: #FE774B;
}
</style>
background-color css
<style>
a { background-color: #FE774B; }
a { background-color: rgb(254,119,75); }
div.DivClassName
{
background-color: #FE774B;
}
.BgClassName
{
background-color: #FE774B;
}
</style>
border-color css
<style>
span { border-color: #FE774B; }
span { border-color: rgb(254,119,75); }
td.TdClassName
{
border-color: #FE774B;
}
.TagClassName
{
border-color: #FE774B;
}
</style>