Shades of Sun #F19231
Tints of Sun #F19231
RGB
CMYK
RGB Variations
Color information
#F19231 (or 0xF19231) is known color: Sun. HEX triplet: F1, 92 and 31. RGB value is (241,146,49). Sum of RGB (Red+Green+Blue) = 241+146+49=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F19231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19231 is #0E6DCE. Grayscale: #A3A3A3. Windows color (decimal): -945615 or 3248881. OLE color: 3248881.
HSL color Cylindrical-coordinate representation of color #F19231: hue angle of 30.31º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F19231 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 49 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.05 |
| HSL | 30.31º | 0.87% | 0.57% | - |
| HSV(B) | 30.31º | 0.8% | 0.95% | - |
| XYZ | 47.11 | 39.48 | 8.04 | - |
| YUV | 163.35 | 63.47 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 49 | 0 | 0.39 | 0.80 | 0.05 | 30.31 | 0.87 | 0.57 |
| Hex | F1 | 92 | 31 | 0 | 27 | 50 | 5 | 1E | 57 | 39 |
| Octal | 361 | 222 | 61 | 0 | 47 | 120 | 5 | 36 | 127 | 71 |
| Binary | 11110001 | 10010010 | 110001 | 0 | 100111 | 1010000 | 101 | 11110 | 1010111 | 111001 |
Color Harmonies of #F19231
Complementary color
Monochromatic Colors of #F19231
Black with #F19231
Text Example
Text Example
White with #F19231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19231; }
p { color: rgb(241,146,49); }
H1.HeaderClassName
{
color: #F19231;
}
.AnyTagClassName
{
color: #F19231;
}
</style>
background-color css
<style>
a { background-color: #F19231; }
a { background-color: rgb(241,146,49); }
div.DivClassName
{
background-color: #F19231;
}
.BgClassName
{
background-color: #F19231;
}
</style>
border-color css
<style>
span { border-color: #F19231; }
span { border-color: rgb(241,146,49); }
td.TdClassName
{
border-color: #F19231;
}
.TagClassName
{
border-color: #F19231;
}
</style>