Shades of Bittersweet #FE625C
Tints of Bittersweet #FE625C
RGB
CMYK
RGB Variations
Color information
#FE625C (or 0xFE625C) is known color: Bittersweet. HEX triplet: FE, 62 and 5C. RGB value is (254,98,92). Sum of RGB (Red+Green+Blue) = 254+98+92=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE625C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE625C is #019DA3. Grayscale: #909090. Windows color (decimal): -105892 or 6054654. OLE color: 6054654.
HSL color Cylindrical-coordinate representation of color #FE625C: hue angle of 2.22º 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 #FE625C is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 92 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.00 |
| HSL | 2.22º | 0.99% | 0.68% | - |
| HSV(B) | 2.22º | 0.64% | 1% | - |
| XYZ | 47.17 | 30.58 | 13.54 | - |
| YUV | 143.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 92 | 0 | 0.61 | 0.64 | 0.00 | 2.22 | 0.99 | 0.68 |
| Hex | FE | 62 | 5C | 0 | 3D | 40 | 0 | 2 | 63 | 44 |
| Octal | 376 | 142 | 134 | 0 | 75 | 100 | 0 | 2 | 143 | 104 |
| Binary | 11111110 | 1100010 | 1011100 | 0 | 111101 | 1000000 | 0 | 10 | 1100011 | 1000100 |
Color Harmonies of #FE625C
Complementary color
Monochromatic Colors of #FE625C
Black with #FE625C
Text Example
Text Example
White with #FE625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE625C; }
p { color: rgb(254,98,92); }
H1.HeaderClassName
{
color: #FE625C;
}
.AnyTagClassName
{
color: #FE625C;
}
</style>
background-color css
<style>
a { background-color: #FE625C; }
a { background-color: rgb(254,98,92); }
div.DivClassName
{
background-color: #FE625C;
}
.BgClassName
{
background-color: #FE625C;
}
</style>
border-color css
<style>
span { border-color: #FE625C; }
span { border-color: rgb(254,98,92); }
td.TdClassName
{
border-color: #FE625C;
}
.TagClassName
{
border-color: #FE625C;
}
</style>