Shades of Bittersweet #FE735C
Tints of Bittersweet #FE735C
RGB
CMYK
RGB Variations
Color information
#FE735C (or 0xFE735C) is known color: Bittersweet. HEX triplet: FE, 73 and 5C. RGB value is (254,115,92). Sum of RGB (Red+Green+Blue) = 254+115+92=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE735C is #018CA3. Grayscale: #9A9A9A. Windows color (decimal): -101540 or 6059006. OLE color: 6059006.
HSL color Cylindrical-coordinate representation of color #FE735C: hue angle of 8.52º 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 #FE735C is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 92 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.00 |
| HSL | 8.52º | 0.99% | 0.68% | - |
| HSV(B) | 8.52º | 0.64% | 1% | - |
| XYZ | 48.94 | 34.11 | 14.13 | - |
| YUV | 153.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 92 | 0 | 0.55 | 0.64 | 0.00 | 8.52 | 0.99 | 0.68 |
| Hex | FE | 73 | 5C | 0 | 37 | 40 | 0 | 9 | 63 | 44 |
| Octal | 376 | 163 | 134 | 0 | 67 | 100 | 0 | 11 | 143 | 104 |
| Binary | 11111110 | 1110011 | 1011100 | 0 | 110111 | 1000000 | 0 | 1001 | 1100011 | 1000100 |
Color Harmonies of #FE735C
Complementary color
Monochromatic Colors of #FE735C
Black with #FE735C
Text Example
Text Example
White with #FE735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE735C; }
p { color: rgb(254,115,92); }
H1.HeaderClassName
{
color: #FE735C;
}
.AnyTagClassName
{
color: #FE735C;
}
</style>
background-color css
<style>
a { background-color: #FE735C; }
a { background-color: rgb(254,115,92); }
div.DivClassName
{
background-color: #FE735C;
}
.BgClassName
{
background-color: #FE735C;
}
</style>
border-color css
<style>
span { border-color: #FE735C; }
span { border-color: rgb(254,115,92); }
td.TdClassName
{
border-color: #FE735C;
}
.TagClassName
{
border-color: #FE735C;
}
</style>