Shades of Sunset Orange #F0534B
Tints of Sunset Orange #F0534B
RGB
CMYK
RGB Variations
Color information
#F0534B (or 0xF0534B) is known color: Sunset Orange. HEX triplet: F0, 53 and 4B. RGB value is (240,83,75). Sum of RGB (Red+Green+Blue) = 240+83+75=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0534B is #0FACB4. Grayscale: #818181. Windows color (decimal): -1027253 or 4936688. OLE color: 4936688.
HSL color Cylindrical-coordinate representation of color #F0534B: hue angle of 2.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0534B is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 75 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.06 |
| HSL | 2.91º | 0.85% | 0.62% | - |
| HSV(B) | 2.91º | 0.69% | 0.94% | - |
| XYZ | 40.3 | 25.22 | 9.4 | - |
| YUV | 129.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 75 | 0 | 0.65 | 0.69 | 0.06 | 2.91 | 0.85 | 0.62 |
| Hex | F0 | 53 | 4B | 0 | 41 | 45 | 6 | 3 | 55 | 3E |
| Octal | 360 | 123 | 113 | 0 | 101 | 105 | 6 | 3 | 125 | 76 |
| Binary | 11110000 | 1010011 | 1001011 | 0 | 1000001 | 1000101 | 110 | 11 | 1010101 | 111110 |
Color Harmonies of #F0534B
Complementary color
Monochromatic Colors of #F0534B
Black with #F0534B
Text Example
Text Example
White with #F0534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0534B; }
p { color: rgb(240,83,75); }
H1.HeaderClassName
{
color: #F0534B;
}
.AnyTagClassName
{
color: #F0534B;
}
</style>
background-color css
<style>
a { background-color: #F0534B; }
a { background-color: rgb(240,83,75); }
div.DivClassName
{
background-color: #F0534B;
}
.BgClassName
{
background-color: #F0534B;
}
</style>
border-color css
<style>
span { border-color: #F0534B; }
span { border-color: rgb(240,83,75); }
td.TdClassName
{
border-color: #F0534B;
}
.TagClassName
{
border-color: #F0534B;
}
</style>