Shades of Sun #F29137
Tints of Sun #F29137
RGB
CMYK
RGB Variations
Color information
#F29137 (or 0xF29137) is known color: Sun. HEX triplet: F2, 91 and 37. RGB value is (242,145,55). Sum of RGB (Red+Green+Blue) = 242+145+55=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F29137 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29137 is #0D6EC8. Grayscale: #A4A4A4. Windows color (decimal): -880329 or 3641842. OLE color: 3641842.
HSL color Cylindrical-coordinate representation of color #F29137: hue angle of 28.88º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F29137 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 55 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.05 |
| HSL | 28.88º | 0.88% | 0.58% | - |
| HSV(B) | 28.88º | 0.77% | 0.95% | - |
| XYZ | 47.43 | 39.4 | 8.72 | - |
| YUV | 163.74 | 66.64 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 55 | 0 | 0.40 | 0.77 | 0.05 | 28.88 | 0.88 | 0.58 |
| Hex | F2 | 91 | 37 | 0 | 28 | 4D | 5 | 1D | 58 | 3A |
| Octal | 362 | 221 | 67 | 0 | 50 | 115 | 5 | 35 | 130 | 72 |
| Binary | 11110010 | 10010001 | 110111 | 0 | 101000 | 1001101 | 101 | 11101 | 1011000 | 111010 |
Color Harmonies of #F29137
Complementary color
Monochromatic Colors of #F29137
Black with #F29137
Text Example
Text Example
White with #F29137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29137; }
p { color: rgb(242,145,55); }
H1.HeaderClassName
{
color: #F29137;
}
.AnyTagClassName
{
color: #F29137;
}
</style>
background-color css
<style>
a { background-color: #F29137; }
a { background-color: rgb(242,145,55); }
div.DivClassName
{
background-color: #F29137;
}
.BgClassName
{
background-color: #F29137;
}
</style>
border-color css
<style>
span { border-color: #F29137; }
span { border-color: rgb(242,145,55); }
td.TdClassName
{
border-color: #F29137;
}
.TagClassName
{
border-color: #F29137;
}
</style>