Shades of Sunset Orange #F9483C
Tints of Sunset Orange #F9483C
RGB
CMYK
RGB Variations
Color information
#F9483C (or 0xF9483C) is known color: Sunset Orange. HEX triplet: F9, 48 and 3C. RGB value is (249,72,60). Sum of RGB (Red+Green+Blue) = 249+72+60=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F9483C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9483C is #06B7C3. Grayscale: #7B7B7B. Windows color (decimal): -440260 or 3950841. OLE color: 3950841.
HSL color Cylindrical-coordinate representation of color #F9483C: hue angle of 3.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9483C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 60 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.02 |
| HSL | 3.81º | 0.94% | 0.61% | - |
| HSV(B) | 3.81º | 0.76% | 0.98% | - |
| XYZ | 42.2 | 25.1 | 6.9 | - |
| YUV | 123.56 | 92.14 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 60 | 0 | 0.71 | 0.76 | 0.02 | 3.81 | 0.94 | 0.61 |
| Hex | F9 | 48 | 3C | 0 | 47 | 4C | 2 | 4 | 5E | 3D |
| Octal | 371 | 110 | 74 | 0 | 107 | 114 | 2 | 4 | 136 | 75 |
| Binary | 11111001 | 1001000 | 111100 | 0 | 1000111 | 1001100 | 10 | 100 | 1011110 | 111101 |
Color Harmonies of #F9483C
Complementary color
Monochromatic Colors of #F9483C
Black with #F9483C
Text Example
Text Example
White with #F9483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9483C; }
p { color: rgb(249,72,60); }
H1.HeaderClassName
{
color: #F9483C;
}
.AnyTagClassName
{
color: #F9483C;
}
</style>
background-color css
<style>
a { background-color: #F9483C; }
a { background-color: rgb(249,72,60); }
div.DivClassName
{
background-color: #F9483C;
}
.BgClassName
{
background-color: #F9483C;
}
</style>
border-color css
<style>
span { border-color: #F9483C; }
span { border-color: rgb(249,72,60); }
td.TdClassName
{
border-color: #F9483C;
}
.TagClassName
{
border-color: #F9483C;
}
</style>