Shades of Sunset Orange #F0483B
Tints of Sunset Orange #F0483B
RGB
CMYK
RGB Variations
Color information
#F0483B (or 0xF0483B) is known color: Sunset Orange. HEX triplet: F0, 48 and 3B. RGB value is (240,72,59). Sum of RGB (Red+Green+Blue) = 240+72+59=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0483B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0483B is #0FB7C4. Grayscale: #787878. Windows color (decimal): -1030085 or 3885296. OLE color: 3885296.
HSL color Cylindrical-coordinate representation of color #F0483B: hue angle of 4.31º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0483B is Cyan = 0, Magento = 0.7, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 59 | - |
| CMYK | 0 | 0.7 | 0.75 | 0.06 |
| HSL | 4.31º | 0.86% | 0.59% | - |
| HSV(B) | 4.31º | 0.75% | 0.94% | - |
| XYZ | 39.04 | 23.48 | 6.61 | - |
| YUV | 120.75 | 93.16 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 59 | 0 | 0.7 | 0.75 | 0.06 | 4.31 | 0.86 | 0.59 |
| Hex | F0 | 48 | 3B | 0 | 46 | 4B | 6 | 4 | 56 | 3B |
| Octal | 360 | 110 | 73 | 0 | 106 | 113 | 6 | 4 | 126 | 73 |
| Binary | 11110000 | 1001000 | 111011 | 0 | 1000110 | 1001011 | 110 | 100 | 1010110 | 111011 |
Color Harmonies of #F0483B
Complementary color
Monochromatic Colors of #F0483B
Black with #F0483B
Text Example
Text Example
White with #F0483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0483B; }
p { color: rgb(240,72,59); }
H1.HeaderClassName
{
color: #F0483B;
}
.AnyTagClassName
{
color: #F0483B;
}
</style>
background-color css
<style>
a { background-color: #F0483B; }
a { background-color: rgb(240,72,59); }
div.DivClassName
{
background-color: #F0483B;
}
.BgClassName
{
background-color: #F0483B;
}
</style>
border-color css
<style>
span { border-color: #F0483B; }
span { border-color: rgb(240,72,59); }
td.TdClassName
{
border-color: #F0483B;
}
.TagClassName
{
border-color: #F0483B;
}
</style>