Shades of Coral #FD7B42
Tints of Coral #FD7B42
RGB
CMYK
RGB Variations
Color information
#FD7B42 (or 0xFD7B42) is known color: Coral. HEX triplet: FD, 7B and 42. RGB value is (253,123,66). Sum of RGB (Red+Green+Blue) = 253+123+66=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7B42 is #0284BD. Grayscale: #9B9B9B. Windows color (decimal): -165054 or 4357117. OLE color: 4357117.
HSL color Cylindrical-coordinate representation of color #FD7B42: hue angle of 18.29º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD7B42 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 66 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.01 |
| HSL | 18.29º | 0.98% | 0.63% | - |
| HSV(B) | 18.29º | 0.74% | 0.99% | - |
| XYZ | 48.57 | 35.44 | 9.44 | - |
| YUV | 155.37 | 77.57 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 66 | 0 | 0.51 | 0.74 | 0.01 | 18.29 | 0.98 | 0.63 |
| Hex | FD | 7B | 42 | 0 | 33 | 4A | 1 | 12 | 62 | 3F |
| Octal | 375 | 173 | 102 | 0 | 63 | 112 | 1 | 22 | 142 | 77 |
| Binary | 11111101 | 1111011 | 1000010 | 0 | 110011 | 1001010 | 1 | 10010 | 1100010 | 111111 |
Color Harmonies of #FD7B42
Complementary color
Monochromatic Colors of #FD7B42
Black with #FD7B42
Text Example
Text Example
White with #FD7B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B42; }
p { color: rgb(253,123,66); }
H1.HeaderClassName
{
color: #FD7B42;
}
.AnyTagClassName
{
color: #FD7B42;
}
</style>
background-color css
<style>
a { background-color: #FD7B42; }
a { background-color: rgb(253,123,66); }
div.DivClassName
{
background-color: #FD7B42;
}
.BgClassName
{
background-color: #FD7B42;
}
</style>
border-color css
<style>
span { border-color: #FD7B42; }
span { border-color: rgb(253,123,66); }
td.TdClassName
{
border-color: #FD7B42;
}
.TagClassName
{
border-color: #FD7B42;
}
</style>