Shades of Sun #F18A32
Tints of Sun #F18A32
RGB
CMYK
RGB Variations
Color information
#F18A32 (or 0xF18A32) is known color: Sun. HEX triplet: F1, 8A and 32. RGB value is (241,138,50). Sum of RGB (Red+Green+Blue) = 241+138+50=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A32 is #0E75CD. Grayscale: #9F9F9F. Windows color (decimal): -947662 or 3312369. OLE color: 3312369.
HSL color Cylindrical-coordinate representation of color #F18A32: hue angle of 27.64º 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 #F18A32 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 50 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.05 |
| HSL | 27.64º | 0.87% | 0.57% | - |
| HSV(B) | 27.64º | 0.79% | 0.95% | - |
| XYZ | 45.94 | 37.11 | 7.76 | - |
| YUV | 158.77 | 66.62 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 50 | 0 | 0.43 | 0.79 | 0.05 | 27.64 | 0.87 | 0.57 |
| Hex | F1 | 8A | 32 | 0 | 2B | 4F | 5 | 1C | 57 | 39 |
| Octal | 361 | 212 | 62 | 0 | 53 | 117 | 5 | 34 | 127 | 71 |
| Binary | 11110001 | 10001010 | 110010 | 0 | 101011 | 1001111 | 101 | 11100 | 1010111 | 111001 |
Color Harmonies of #F18A32
Complementary color
Monochromatic Colors of #F18A32
Black with #F18A32
Text Example
Text Example
White with #F18A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A32; }
p { color: rgb(241,138,50); }
H1.HeaderClassName
{
color: #F18A32;
}
.AnyTagClassName
{
color: #F18A32;
}
</style>
background-color css
<style>
a { background-color: #F18A32; }
a { background-color: rgb(241,138,50); }
div.DivClassName
{
background-color: #F18A32;
}
.BgClassName
{
background-color: #F18A32;
}
</style>
border-color css
<style>
span { border-color: #F18A32; }
span { border-color: rgb(241,138,50); }
td.TdClassName
{
border-color: #F18A32;
}
.TagClassName
{
border-color: #F18A32;
}
</style>