Shades of Bittersweet #F9675A
Tints of Bittersweet #F9675A
RGB
CMYK
RGB Variations
Color information
#F9675A (or 0xF9675A) is known color: Bittersweet. HEX triplet: F9, 67 and 5A. RGB value is (249,103,90). Sum of RGB (Red+Green+Blue) = 249+103+90=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F9675A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9675A is #0698A5. Grayscale: #919191. Windows color (decimal): -432294 or 5924857. OLE color: 5924857.
HSL color Cylindrical-coordinate representation of color #F9675A: hue angle of 4.91º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9675A is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 90 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.02 |
| HSL | 4.91º | 0.93% | 0.66% | - |
| HSV(B) | 4.91º | 0.64% | 0.98% | - |
| XYZ | 45.76 | 30.58 | 13.16 | - |
| YUV | 145.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 90 | 0 | 0.59 | 0.64 | 0.02 | 4.91 | 0.93 | 0.66 |
| Hex | F9 | 67 | 5A | 0 | 3B | 40 | 2 | 5 | 5D | 42 |
| Octal | 371 | 147 | 132 | 0 | 73 | 100 | 2 | 5 | 135 | 102 |
| Binary | 11111001 | 1100111 | 1011010 | 0 | 111011 | 1000000 | 10 | 101 | 1011101 | 1000010 |
Color Harmonies of #F9675A
Complementary color
Monochromatic Colors of #F9675A
Black with #F9675A
Text Example
Text Example
White with #F9675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9675A; }
p { color: rgb(249,103,90); }
H1.HeaderClassName
{
color: #F9675A;
}
.AnyTagClassName
{
color: #F9675A;
}
</style>
background-color css
<style>
a { background-color: #F9675A; }
a { background-color: rgb(249,103,90); }
div.DivClassName
{
background-color: #F9675A;
}
.BgClassName
{
background-color: #F9675A;
}
</style>
border-color css
<style>
span { border-color: #F9675A; }
span { border-color: rgb(249,103,90); }
td.TdClassName
{
border-color: #F9675A;
}
.TagClassName
{
border-color: #F9675A;
}
</style>