Shades of Sunset Orange #F04B3A
Tints of Sunset Orange #F04B3A
RGB
CMYK
RGB Variations
Color information
#F04B3A (or 0xF04B3A) is known color: Sunset Orange. HEX triplet: F0, 4B and 3A. RGB value is (240,75,58). Sum of RGB (Red+Green+Blue) = 240+75+58=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04B3A is #0FB4C5. Grayscale: #7A7A7A. Windows color (decimal): -1029318 or 3820528. OLE color: 3820528.
HSL color Cylindrical-coordinate representation of color #F04B3A: hue angle of 5.6º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F04B3A is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 58 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.06 |
| HSL | 5.6º | 0.86% | 0.58% | - |
| HSV(B) | 5.6º | 0.76% | 0.94% | - |
| XYZ | 39.21 | 23.86 | 6.54 | - |
| YUV | 122.4 | 91.66 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 58 | 0 | 0.69 | 0.76 | 0.06 | 5.6 | 0.86 | 0.58 |
| Hex | F0 | 4B | 3A | 0 | 45 | 4C | 6 | 6 | 56 | 3A |
| Octal | 360 | 113 | 72 | 0 | 105 | 114 | 6 | 6 | 126 | 72 |
| Binary | 11110000 | 1001011 | 111010 | 0 | 1000101 | 1001100 | 110 | 110 | 1010110 | 111010 |
Color Harmonies of #F04B3A
Complementary color
Monochromatic Colors of #F04B3A
Black with #F04B3A
Text Example
Text Example
White with #F04B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04B3A; }
p { color: rgb(240,75,58); }
H1.HeaderClassName
{
color: #F04B3A;
}
.AnyTagClassName
{
color: #F04B3A;
}
</style>
background-color css
<style>
a { background-color: #F04B3A; }
a { background-color: rgb(240,75,58); }
div.DivClassName
{
background-color: #F04B3A;
}
.BgClassName
{
background-color: #F04B3A;
}
</style>
border-color css
<style>
span { border-color: #F04B3A; }
span { border-color: rgb(240,75,58); }
td.TdClassName
{
border-color: #F04B3A;
}
.TagClassName
{
border-color: #F04B3A;
}
</style>