Shades of Bittersweet #FF765F
Tints of Bittersweet #FF765F
RGB
CMYK
RGB Variations
Color information
#FF765F (or 0xFF765F) is known color: Bittersweet. HEX triplet: FF, 76 and 5F. RGB value is (255,118,95). Sum of RGB (Red+Green+Blue) = 255+118+95=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF765F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF765F is #0089A0. Grayscale: #9C9C9C. Windows color (decimal): -35233 or 6256383. OLE color: 6256383.
HSL color Cylindrical-coordinate representation of color #FF765F: hue angle of 8.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF765F is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 95 | - |
| CMYK | 0 | 0.54 | 0.63 | 0 |
| HSL | 8.63º | 1% | 0.69% | - |
| HSV(B) | 8.63º | 0.63% | 1% | - |
| XYZ | 49.78 | 35.04 | 14.97 | - |
| YUV | 156.34 | 93.39 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 95 | 0 | 0.54 | 0.63 | 0 | 8.63 | 1 | 0.69 |
| Hex | FF | 76 | 5F | 0 | 36 | 3F | 0 | 9 | 64 | 45 |
| Octal | 377 | 166 | 137 | 0 | 66 | 77 | 0 | 11 | 144 | 105 |
| Binary | 11111111 | 1110110 | 1011111 | 0 | 110110 | 111111 | 0 | 1001 | 1100100 | 1000101 |
Color Harmonies of #FF765F
Complementary color
Monochromatic Colors of #FF765F
Black with #FF765F
Text Example
Text Example
White with #FF765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF765F; }
p { color: rgb(255,118,95); }
H1.HeaderClassName
{
color: #FF765F;
}
.AnyTagClassName
{
color: #FF765F;
}
</style>
background-color css
<style>
a { background-color: #FF765F; }
a { background-color: rgb(255,118,95); }
div.DivClassName
{
background-color: #FF765F;
}
.BgClassName
{
background-color: #FF765F;
}
</style>
border-color css
<style>
span { border-color: #FF765F; }
span { border-color: rgb(255,118,95); }
td.TdClassName
{
border-color: #FF765F;
}
.TagClassName
{
border-color: #FF765F;
}
</style>