Shades of Sun #F2912E
Tints of Sun #F2912E
RGB
CMYK
RGB Variations
Color information
#F2912E (or 0xF2912E) is known color: Sun. HEX triplet: F2, 91 and 2E. RGB value is (242,145,46). Sum of RGB (Red+Green+Blue) = 242+145+46=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2912E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2912E is #0D6ED1. Grayscale: #A3A3A3. Windows color (decimal): -880338 or 3052018. OLE color: 3052018.
HSL color Cylindrical-coordinate representation of color #F2912E: hue angle of 30.31º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2912E is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 46 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.05 |
| HSL | 30.31º | 0.88% | 0.56% | - |
| HSV(B) | 30.31º | 0.81% | 0.95% | - |
| XYZ | 47.24 | 39.33 | 7.69 | - |
| YUV | 162.72 | 62.14 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 46 | 0 | 0.40 | 0.81 | 0.05 | 30.31 | 0.88 | 0.56 |
| Hex | F2 | 91 | 2E | 0 | 28 | 51 | 5 | 1E | 58 | 38 |
| Octal | 362 | 221 | 56 | 0 | 50 | 121 | 5 | 36 | 130 | 70 |
| Binary | 11110010 | 10010001 | 101110 | 0 | 101000 | 1010001 | 101 | 11110 | 1011000 | 111000 |
Color Harmonies of #F2912E
Complementary color
Monochromatic Colors of #F2912E
Black with #F2912E
Text Example
Text Example
White with #F2912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2912E; }
p { color: rgb(242,145,46); }
H1.HeaderClassName
{
color: #F2912E;
}
.AnyTagClassName
{
color: #F2912E;
}
</style>
background-color css
<style>
a { background-color: #F2912E; }
a { background-color: rgb(242,145,46); }
div.DivClassName
{
background-color: #F2912E;
}
.BgClassName
{
background-color: #F2912E;
}
</style>
border-color css
<style>
span { border-color: #F2912E; }
span { border-color: rgb(242,145,46); }
td.TdClassName
{
border-color: #F2912E;
}
.TagClassName
{
border-color: #F2912E;
}
</style>