Shades of Sunset Orange #F94D4C
Tints of Sunset Orange #F94D4C
RGB
CMYK
RGB Variations
Color information
#F94D4C (or 0xF94D4C) is known color: Sunset Orange. HEX triplet: F9, 4D and 4C. RGB value is (249,77,76). Sum of RGB (Red+Green+Blue) = 249+77+76=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94D4C is #06B2B3. Grayscale: #808080. Windows color (decimal): -438964 or 5000697. OLE color: 5000697.
HSL color Cylindrical-coordinate representation of color #F94D4C: hue angle of 0.35º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94D4C is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 76 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.02 |
| HSL | 0.35º | 0.94% | 0.64% | - |
| HSV(B) | 0.35º | 0.69% | 0.98% | - |
| XYZ | 43.03 | 25.97 | 9.58 | - |
| YUV | 128.31 | 98.48 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 76 | 0 | 0.69 | 0.69 | 0.02 | 0.35 | 0.94 | 0.64 |
| Hex | F9 | 4D | 4C | 0 | 45 | 45 | 2 | 0 | 5E | 40 |
| Octal | 371 | 115 | 114 | 0 | 105 | 105 | 2 | 0 | 136 | 100 |
| Binary | 11111001 | 1001101 | 1001100 | 0 | 1000101 | 1000101 | 10 | 0 | 1011110 | 1000000 |
Color Harmonies of #F94D4C
Complementary color
Monochromatic Colors of #F94D4C
Black with #F94D4C
Text Example
Text Example
White with #F94D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D4C; }
p { color: rgb(249,77,76); }
H1.HeaderClassName
{
color: #F94D4C;
}
.AnyTagClassName
{
color: #F94D4C;
}
</style>
background-color css
<style>
a { background-color: #F94D4C; }
a { background-color: rgb(249,77,76); }
div.DivClassName
{
background-color: #F94D4C;
}
.BgClassName
{
background-color: #F94D4C;
}
</style>
border-color css
<style>
span { border-color: #F94D4C; }
span { border-color: rgb(249,77,76); }
td.TdClassName
{
border-color: #F94D4C;
}
.TagClassName
{
border-color: #F94D4C;
}
</style>