Shades of Sun #F18232
Tints of Sun #F18232
RGB
CMYK
RGB Variations
Color information
#F18232 (or 0xF18232) is known color: Sun. HEX triplet: F1, 82 and 32. RGB value is (241,130,50). Sum of RGB (Red+Green+Blue) = 241+130+50=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F18232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18232 is #0E7DCD. Grayscale: #9A9A9A. Windows color (decimal): -949710 or 3310321. OLE color: 3310321.
HSL color Cylindrical-coordinate representation of color #F18232: hue angle of 25.13º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F18232 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 50 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.05 |
| HSL | 25.13º | 0.87% | 0.57% | - |
| HSV(B) | 25.13º | 0.79% | 0.95% | - |
| XYZ | 44.83 | 34.9 | 7.39 | - |
| YUV | 154.07 | 69.27 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 50 | 0 | 0.46 | 0.79 | 0.05 | 25.13 | 0.87 | 0.57 |
| Hex | F1 | 82 | 32 | 0 | 2E | 4F | 5 | 19 | 57 | 39 |
| Octal | 361 | 202 | 62 | 0 | 56 | 117 | 5 | 31 | 127 | 71 |
| Binary | 11110001 | 10000010 | 110010 | 0 | 101110 | 1001111 | 101 | 11001 | 1010111 | 111001 |
Color Harmonies of #F18232
Complementary color
Monochromatic Colors of #F18232
Black with #F18232
Text Example
Text Example
White with #F18232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18232; }
p { color: rgb(241,130,50); }
H1.HeaderClassName
{
color: #F18232;
}
.AnyTagClassName
{
color: #F18232;
}
</style>
background-color css
<style>
a { background-color: #F18232; }
a { background-color: rgb(241,130,50); }
div.DivClassName
{
background-color: #F18232;
}
.BgClassName
{
background-color: #F18232;
}
</style>
border-color css
<style>
span { border-color: #F18232; }
span { border-color: rgb(241,130,50); }
td.TdClassName
{
border-color: #F18232;
}
.TagClassName
{
border-color: #F18232;
}
</style>