Shades of Sun #F2913E
Tints of Sun #F2913E
RGB
CMYK
RGB Variations
Color information
#F2913E (or 0xF2913E) is known color: Sun. HEX triplet: F2, 91 and 3E. RGB value is (242,145,62). Sum of RGB (Red+Green+Blue) = 242+145+62=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2913E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2913E is #0D6EC1. Grayscale: #A4A4A4. Windows color (decimal): -880322 or 4100594. OLE color: 4100594.
HSL color Cylindrical-coordinate representation of color #F2913E: hue angle of 27.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2913E is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 62 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.05 |
| HSL | 27.67º | 0.87% | 0.6% | - |
| HSV(B) | 27.67º | 0.74% | 0.95% | - |
| XYZ | 47.61 | 39.48 | 9.67 | - |
| YUV | 164.54 | 70.14 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 62 | 0 | 0.40 | 0.74 | 0.05 | 27.67 | 0.87 | 0.6 |
| Hex | F2 | 91 | 3E | 0 | 28 | 4A | 5 | 1C | 57 | 3C |
| Octal | 362 | 221 | 76 | 0 | 50 | 112 | 5 | 34 | 127 | 74 |
| Binary | 11110010 | 10010001 | 111110 | 0 | 101000 | 1001010 | 101 | 11100 | 1010111 | 111100 |
Color Harmonies of #F2913E
Complementary color
Monochromatic Colors of #F2913E
Black with #F2913E
Text Example
Text Example
White with #F2913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2913E; }
p { color: rgb(242,145,62); }
H1.HeaderClassName
{
color: #F2913E;
}
.AnyTagClassName
{
color: #F2913E;
}
</style>
background-color css
<style>
a { background-color: #F2913E; }
a { background-color: rgb(242,145,62); }
div.DivClassName
{
background-color: #F2913E;
}
.BgClassName
{
background-color: #F2913E;
}
</style>
border-color css
<style>
span { border-color: #F2913E; }
span { border-color: rgb(242,145,62); }
td.TdClassName
{
border-color: #F2913E;
}
.TagClassName
{
border-color: #F2913E;
}
</style>