Shades of Bittersweet #FD7B5C
Tints of Bittersweet #FD7B5C
RGB
CMYK
RGB Variations
Color information
#FD7B5C (or 0xFD7B5C) is known color: Bittersweet. HEX triplet: FD, 7B and 5C. RGB value is (253,123,92). Sum of RGB (Red+Green+Blue) = 253+123+92=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7B5C is #0284A3. Grayscale: #9E9E9E. Windows color (decimal): -165028 or 6061053. OLE color: 6061053.
HSL color Cylindrical-coordinate representation of color #FD7B5C: hue angle of 11.55º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD7B5C is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 92 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.01 |
| HSL | 11.55º | 0.98% | 0.68% | - |
| HSV(B) | 11.55º | 0.64% | 0.99% | - |
| XYZ | 49.52 | 35.82 | 14.43 | - |
| YUV | 158.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 92 | 0 | 0.51 | 0.64 | 0.01 | 11.55 | 0.98 | 0.68 |
| Hex | FD | 7B | 5C | 0 | 33 | 40 | 1 | C | 62 | 44 |
| Octal | 375 | 173 | 134 | 0 | 63 | 100 | 1 | 14 | 142 | 104 |
| Binary | 11111101 | 1111011 | 1011100 | 0 | 110011 | 1000000 | 1 | 1100 | 1100010 | 1000100 |
Color Harmonies of #FD7B5C
Complementary color
Monochromatic Colors of #FD7B5C
Black with #FD7B5C
Text Example
Text Example
White with #FD7B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B5C; }
p { color: rgb(253,123,92); }
H1.HeaderClassName
{
color: #FD7B5C;
}
.AnyTagClassName
{
color: #FD7B5C;
}
</style>
background-color css
<style>
a { background-color: #FD7B5C; }
a { background-color: rgb(253,123,92); }
div.DivClassName
{
background-color: #FD7B5C;
}
.BgClassName
{
background-color: #FD7B5C;
}
</style>
border-color css
<style>
span { border-color: #FD7B5C; }
span { border-color: rgb(253,123,92); }
td.TdClassName
{
border-color: #FD7B5C;
}
.TagClassName
{
border-color: #FD7B5C;
}
</style>