Shades of Bittersweet #FD755A
Tints of Bittersweet #FD755A
RGB
CMYK
RGB Variations
Color information
#FD755A (or 0xFD755A) is known color: Bittersweet. HEX triplet: FD, 75 and 5A. RGB value is (253,117,90). Sum of RGB (Red+Green+Blue) = 253+117+90=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD755A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD755A is #028AA5. Grayscale: #9A9A9A. Windows color (decimal): -166566 or 5928445. OLE color: 5928445.
HSL color Cylindrical-coordinate representation of color #FD755A: hue angle of 9.94º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD755A is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 90 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.01 |
| HSL | 9.94º | 0.98% | 0.67% | - |
| HSV(B) | 9.94º | 0.64% | 0.99% | - |
| XYZ | 48.71 | 34.34 | 13.73 | - |
| YUV | 154.59 | 91.56 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 90 | 0 | 0.54 | 0.64 | 0.01 | 9.94 | 0.98 | 0.67 |
| Hex | FD | 75 | 5A | 0 | 36 | 40 | 1 | A | 62 | 43 |
| Octal | 375 | 165 | 132 | 0 | 66 | 100 | 1 | 12 | 142 | 103 |
| Binary | 11111101 | 1110101 | 1011010 | 0 | 110110 | 1000000 | 1 | 1010 | 1100010 | 1000011 |
Color Harmonies of #FD755A
Complementary color
Monochromatic Colors of #FD755A
Black with #FD755A
Text Example
Text Example
White with #FD755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD755A; }
p { color: rgb(253,117,90); }
H1.HeaderClassName
{
color: #FD755A;
}
.AnyTagClassName
{
color: #FD755A;
}
</style>
background-color css
<style>
a { background-color: #FD755A; }
a { background-color: rgb(253,117,90); }
div.DivClassName
{
background-color: #FD755A;
}
.BgClassName
{
background-color: #FD755A;
}
</style>
border-color css
<style>
span { border-color: #FD755A; }
span { border-color: rgb(253,117,90); }
td.TdClassName
{
border-color: #FD755A;
}
.TagClassName
{
border-color: #FD755A;
}
</style>