Shades of Bittersweet #FE755C
Tints of Bittersweet #FE755C
RGB
CMYK
RGB Variations
Color information
#FE755C (or 0xFE755C) is known color: Bittersweet. HEX triplet: FE, 75 and 5C. RGB value is (254,117,92). Sum of RGB (Red+Green+Blue) = 254+117+92=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE755C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE755C is #018AA3. Grayscale: #9B9B9B. Windows color (decimal): -101028 or 6059518. OLE color: 6059518.
HSL color Cylindrical-coordinate representation of color #FE755C: hue angle of 9.26º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE755C is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 92 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.00 |
| HSL | 9.26º | 0.99% | 0.68% | - |
| HSV(B) | 9.26º | 0.64% | 1% | - |
| XYZ | 49.17 | 34.57 | 14.21 | - |
| YUV | 155.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 92 | 0 | 0.54 | 0.64 | 0.00 | 9.26 | 0.99 | 0.68 |
| Hex | FE | 75 | 5C | 0 | 36 | 40 | 0 | 9 | 63 | 44 |
| Octal | 376 | 165 | 134 | 0 | 66 | 100 | 0 | 11 | 143 | 104 |
| Binary | 11111110 | 1110101 | 1011100 | 0 | 110110 | 1000000 | 0 | 1001 | 1100011 | 1000100 |
Color Harmonies of #FE755C
Complementary color
Monochromatic Colors of #FE755C
Black with #FE755C
Text Example
Text Example
White with #FE755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE755C; }
p { color: rgb(254,117,92); }
H1.HeaderClassName
{
color: #FE755C;
}
.AnyTagClassName
{
color: #FE755C;
}
</style>
background-color css
<style>
a { background-color: #FE755C; }
a { background-color: rgb(254,117,92); }
div.DivClassName
{
background-color: #FE755C;
}
.BgClassName
{
background-color: #FE755C;
}
</style>
border-color css
<style>
span { border-color: #FE755C; }
span { border-color: rgb(254,117,92); }
td.TdClassName
{
border-color: #FE755C;
}
.TagClassName
{
border-color: #FE755C;
}
</style>