Shades of Coral #FD754B
Tints of Coral #FD754B
RGB
CMYK
RGB Variations
Color information
#FD754B (or 0xFD754B) is known color: Coral. HEX triplet: FD, 75 and 4B. RGB value is (253,117,75). Sum of RGB (Red+Green+Blue) = 253+117+75=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD754B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD754B is #028AB4. Grayscale: #999999. Windows color (decimal): -166581 or 4945405. OLE color: 4945405.
HSL color Cylindrical-coordinate representation of color #FD754B: hue angle of 14.16º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD754B is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 75 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.01 |
| HSL | 14.16º | 0.98% | 0.64% | - |
| HSV(B) | 14.16º | 0.7% | 0.99% | - |
| XYZ | 48.14 | 34.11 | 10.7 | - |
| YUV | 152.88 | 84.06 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 75 | 0 | 0.54 | 0.70 | 0.01 | 14.16 | 0.98 | 0.64 |
| Hex | FD | 75 | 4B | 0 | 36 | 46 | 1 | E | 62 | 40 |
| Octal | 375 | 165 | 113 | 0 | 66 | 106 | 1 | 16 | 142 | 100 |
| Binary | 11111101 | 1110101 | 1001011 | 0 | 110110 | 1000110 | 1 | 1110 | 1100010 | 1000000 |
Color Harmonies of #FD754B
Complementary color
Monochromatic Colors of #FD754B
Black with #FD754B
Text Example
Text Example
White with #FD754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD754B; }
p { color: rgb(253,117,75); }
H1.HeaderClassName
{
color: #FD754B;
}
.AnyTagClassName
{
color: #FD754B;
}
</style>
background-color css
<style>
a { background-color: #FD754B; }
a { background-color: rgb(253,117,75); }
div.DivClassName
{
background-color: #FD754B;
}
.BgClassName
{
background-color: #FD754B;
}
</style>
border-color css
<style>
span { border-color: #FD754B; }
span { border-color: rgb(253,117,75); }
td.TdClassName
{
border-color: #FD754B;
}
.TagClassName
{
border-color: #FD754B;
}
</style>