Shades of Sunset Orange #F9463F
Tints of Sunset Orange #F9463F
RGB
CMYK
RGB Variations
Color information
#F9463F (or 0xF9463F) is known color: Sunset Orange. HEX triplet: F9, 46 and 3F. RGB value is (249,70,63). Sum of RGB (Red+Green+Blue) = 249+70+63=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F9463F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9463F is #06B9C0. Grayscale: #7A7A7A. Windows color (decimal): -440769 or 4146937. OLE color: 4146937.
HSL color Cylindrical-coordinate representation of color #F9463F: hue angle of 2.26º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F9463F is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 63 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.02 |
| HSL | 2.26º | 0.94% | 0.61% | - |
| HSV(B) | 2.26º | 0.75% | 0.98% | - |
| XYZ | 42.15 | 24.88 | 7.28 | - |
| YUV | 122.72 | 94.3 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 63 | 0 | 0.72 | 0.75 | 0.02 | 2.26 | 0.94 | 0.61 |
| Hex | F9 | 46 | 3F | 0 | 48 | 4B | 2 | 2 | 5E | 3D |
| Octal | 371 | 106 | 77 | 0 | 110 | 113 | 2 | 2 | 136 | 75 |
| Binary | 11111001 | 1000110 | 111111 | 0 | 1001000 | 1001011 | 10 | 10 | 1011110 | 111101 |
Color Harmonies of #F9463F
Complementary color
Monochromatic Colors of #F9463F
Black with #F9463F
Text Example
Text Example
White with #F9463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9463F; }
p { color: rgb(249,70,63); }
H1.HeaderClassName
{
color: #F9463F;
}
.AnyTagClassName
{
color: #F9463F;
}
</style>
background-color css
<style>
a { background-color: #F9463F; }
a { background-color: rgb(249,70,63); }
div.DivClassName
{
background-color: #F9463F;
}
.BgClassName
{
background-color: #F9463F;
}
</style>
border-color css
<style>
span { border-color: #F9463F; }
span { border-color: rgb(249,70,63); }
td.TdClassName
{
border-color: #F9463F;
}
.TagClassName
{
border-color: #F9463F;
}
</style>