Shades of Bittersweet #FF675D
Tints of Bittersweet #FF675D
RGB
CMYK
RGB Variations
Color information
#FF675D (or 0xFF675D) is known color: Bittersweet. HEX triplet: FF, 67 and 5D. RGB value is (255,103,93). Sum of RGB (Red+Green+Blue) = 255+103+93=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF675D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF675D is #0098A2. Grayscale: #939393. Windows color (decimal): -39075 or 6121471. OLE color: 6121471.
HSL color Cylindrical-coordinate representation of color #FF675D: hue angle of 3.7º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF675D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 93 | - |
| CMYK | 0 | 0.60 | 0.64 | 0 |
| HSL | 3.7º | 1% | 0.68% | - |
| HSV(B) | 3.7º | 0.64% | 1% | - |
| XYZ | 48.07 | 31.75 | 13.95 | - |
| YUV | 147.31 | 97.36 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 93 | 0 | 0.60 | 0.64 | 0 | 3.7 | 1 | 0.68 |
| Hex | FF | 67 | 5D | 0 | 3C | 40 | 0 | 4 | 64 | 44 |
| Octal | 377 | 147 | 135 | 0 | 74 | 100 | 0 | 4 | 144 | 104 |
| Binary | 11111111 | 1100111 | 1011101 | 0 | 111100 | 1000000 | 0 | 100 | 1100100 | 1000100 |
Color Harmonies of #FF675D
Complementary color
Monochromatic Colors of #FF675D
Black with #FF675D
Text Example
Text Example
White with #FF675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF675D; }
p { color: rgb(255,103,93); }
H1.HeaderClassName
{
color: #FF675D;
}
.AnyTagClassName
{
color: #FF675D;
}
</style>
background-color css
<style>
a { background-color: #FF675D; }
a { background-color: rgb(255,103,93); }
div.DivClassName
{
background-color: #FF675D;
}
.BgClassName
{
background-color: #FF675D;
}
</style>
border-color css
<style>
span { border-color: #FF675D; }
span { border-color: rgb(255,103,93); }
td.TdClassName
{
border-color: #FF675D;
}
.TagClassName
{
border-color: #FF675D;
}
</style>