Shades of Sun #F19230
Tints of Sun #F19230
RGB
CMYK
RGB Variations
Color information
#F19230 (or 0xF19230) is known color: Sun. HEX triplet: F1, 92 and 30. RGB value is (241,146,48). Sum of RGB (Red+Green+Blue) = 241+146+48=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F19230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19230 is #0E6DCF. Grayscale: #A3A3A3. Windows color (decimal): -945616 or 3183345. OLE color: 3183345.
HSL color Cylindrical-coordinate representation of color #F19230: hue angle of 30.47º 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 #F19230 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 48 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.05 |
| HSL | 30.47º | 0.87% | 0.57% | - |
| HSV(B) | 30.47º | 0.8% | 0.95% | - |
| XYZ | 47.09 | 39.47 | 7.93 | - |
| YUV | 163.23 | 62.97 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 48 | 0 | 0.39 | 0.80 | 0.05 | 30.47 | 0.87 | 0.57 |
| Hex | F1 | 92 | 30 | 0 | 27 | 50 | 5 | 1E | 57 | 39 |
| Octal | 361 | 222 | 60 | 0 | 47 | 120 | 5 | 36 | 127 | 71 |
| Binary | 11110001 | 10010010 | 110000 | 0 | 100111 | 1010000 | 101 | 11110 | 1010111 | 111001 |
Color Harmonies of #F19230
Complementary color
Monochromatic Colors of #F19230
Black with #F19230
Text Example
Text Example
White with #F19230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19230; }
p { color: rgb(241,146,48); }
H1.HeaderClassName
{
color: #F19230;
}
.AnyTagClassName
{
color: #F19230;
}
</style>
background-color css
<style>
a { background-color: #F19230; }
a { background-color: rgb(241,146,48); }
div.DivClassName
{
background-color: #F19230;
}
.BgClassName
{
background-color: #F19230;
}
</style>
border-color css
<style>
span { border-color: #F19230; }
span { border-color: rgb(241,146,48); }
td.TdClassName
{
border-color: #F19230;
}
.TagClassName
{
border-color: #F19230;
}
</style>