Shades of Sun #F19530
Tints of Sun #F19530
RGB
CMYK
RGB Variations
Color information
#F19530 (or 0xF19530) is known color: Sun. HEX triplet: F1, 95 and 30. RGB value is (241,149,48). Sum of RGB (Red+Green+Blue) = 241+149+48=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F19530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19530 is #0E6ACF. Grayscale: #A5A5A5. Windows color (decimal): -944848 or 3184113. OLE color: 3184113.
HSL color Cylindrical-coordinate representation of color #F19530: hue angle of 31.4º 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 #F19530 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 48 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.05 |
| HSL | 31.4º | 0.87% | 0.57% | - |
| HSV(B) | 31.4º | 0.8% | 0.95% | - |
| XYZ | 47.56 | 40.41 | 8.09 | - |
| YUV | 164.99 | 61.98 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 48 | 0 | 0.38 | 0.80 | 0.05 | 31.4 | 0.87 | 0.57 |
| Hex | F1 | 95 | 30 | 0 | 26 | 50 | 5 | 1F | 57 | 39 |
| Octal | 361 | 225 | 60 | 0 | 46 | 120 | 5 | 37 | 127 | 71 |
| Binary | 11110001 | 10010101 | 110000 | 0 | 100110 | 1010000 | 101 | 11111 | 1010111 | 111001 |
Color Harmonies of #F19530
Complementary color
Monochromatic Colors of #F19530
Black with #F19530
Text Example
Text Example
White with #F19530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19530; }
p { color: rgb(241,149,48); }
H1.HeaderClassName
{
color: #F19530;
}
.AnyTagClassName
{
color: #F19530;
}
</style>
background-color css
<style>
a { background-color: #F19530; }
a { background-color: rgb(241,149,48); }
div.DivClassName
{
background-color: #F19530;
}
.BgClassName
{
background-color: #F19530;
}
</style>
border-color css
<style>
span { border-color: #F19530; }
span { border-color: rgb(241,149,48); }
td.TdClassName
{
border-color: #F19530;
}
.TagClassName
{
border-color: #F19530;
}
</style>