Shades of Sunset Orange #F04A3D
Tints of Sunset Orange #F04A3D
RGB
CMYK
RGB Variations
Color information
#F04A3D (or 0xF04A3D) is known color: Sunset Orange. HEX triplet: F0, 4A and 3D. RGB value is (240,74,61). Sum of RGB (Red+Green+Blue) = 240+74+61=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A3D is #0FB5C2. Grayscale: #7A7A7A. Windows color (decimal): -1029571 or 4016880. OLE color: 4016880.
HSL color Cylindrical-coordinate representation of color #F04A3D: hue angle of 4.36º 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 #F04A3D is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 61 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.06 |
| HSL | 4.36º | 0.86% | 0.59% | - |
| HSV(B) | 4.36º | 0.75% | 0.94% | - |
| XYZ | 39.23 | 23.76 | 6.93 | - |
| YUV | 122.15 | 93.5 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 61 | 0 | 0.69 | 0.75 | 0.06 | 4.36 | 0.86 | 0.59 |
| Hex | F0 | 4A | 3D | 0 | 45 | 4B | 6 | 4 | 56 | 3B |
| Octal | 360 | 112 | 75 | 0 | 105 | 113 | 6 | 4 | 126 | 73 |
| Binary | 11110000 | 1001010 | 111101 | 0 | 1000101 | 1001011 | 110 | 100 | 1010110 | 111011 |
Color Harmonies of #F04A3D
Complementary color
Monochromatic Colors of #F04A3D
Black with #F04A3D
Text Example
Text Example
White with #F04A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A3D; }
p { color: rgb(240,74,61); }
H1.HeaderClassName
{
color: #F04A3D;
}
.AnyTagClassName
{
color: #F04A3D;
}
</style>
background-color css
<style>
a { background-color: #F04A3D; }
a { background-color: rgb(240,74,61); }
div.DivClassName
{
background-color: #F04A3D;
}
.BgClassName
{
background-color: #F04A3D;
}
</style>
border-color css
<style>
span { border-color: #F04A3D; }
span { border-color: rgb(240,74,61); }
td.TdClassName
{
border-color: #F04A3D;
}
.TagClassName
{
border-color: #F04A3D;
}
</style>