Shades of Orange Red #F04A1A
Tints of Orange Red #F04A1A
RGB
CMYK
RGB Variations
Color information
#F04A1A (or 0xF04A1A) is known color: Orange Red. HEX triplet: F0, 4A and 1A. RGB value is (240,74,26). Sum of RGB (Red+Green+Blue) = 240+74+26=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A1A is #0FB5E5. Grayscale: #767676. Windows color (decimal): -1029606 or 1723120. OLE color: 1723120.
HSL color Cylindrical-coordinate representation of color #F04A1A: hue angle of 13.46º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F04A1A is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 26 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.06 |
| HSL | 13.46º | 0.88% | 0.52% | - |
| HSV(B) | 13.46º | 0.89% | 0.94% | - |
| XYZ | 38.57 | 23.5 | 3.48 | - |
| YUV | 118.16 | 76 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 26 | 0 | 0.69 | 0.89 | 0.06 | 13.46 | 0.88 | 0.52 |
| Hex | F0 | 4A | 1A | 0 | 45 | 59 | 6 | D | 58 | 34 |
| Octal | 360 | 112 | 32 | 0 | 105 | 131 | 6 | 15 | 130 | 64 |
| Binary | 11110000 | 1001010 | 11010 | 0 | 1000101 | 1011001 | 110 | 1101 | 1011000 | 110100 |
Color Harmonies of #F04A1A
Complementary color
Monochromatic Colors of #F04A1A
Black with #F04A1A
Text Example
Text Example
White with #F04A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A1A; }
p { color: rgb(240,74,26); }
H1.HeaderClassName
{
color: #F04A1A;
}
.AnyTagClassName
{
color: #F04A1A;
}
</style>
background-color css
<style>
a { background-color: #F04A1A; }
a { background-color: rgb(240,74,26); }
div.DivClassName
{
background-color: #F04A1A;
}
.BgClassName
{
background-color: #F04A1A;
}
</style>
border-color css
<style>
span { border-color: #F04A1A; }
span { border-color: rgb(240,74,26); }
td.TdClassName
{
border-color: #F04A1A;
}
.TagClassName
{
border-color: #F04A1A;
}
</style>