Shades of Sun #F19430
Tints of Sun #F19430
RGB
CMYK
RGB Variations
Color information
#F19430 (or 0xF19430) is known color: Sun. HEX triplet: F1, 94 and 30. RGB value is (241,148,48). Sum of RGB (Red+Green+Blue) = 241+148+48=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F19430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19430 is #0E6BCF. Grayscale: #A4A4A4. Windows color (decimal): -945104 or 3183857. OLE color: 3183857.
HSL color Cylindrical-coordinate representation of color #F19430: hue angle of 31.09º 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 #F19430 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 48 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.05 |
| HSL | 31.09º | 0.87% | 0.57% | - |
| HSV(B) | 31.09º | 0.8% | 0.95% | - |
| XYZ | 47.4 | 40.09 | 8.04 | - |
| YUV | 164.41 | 62.31 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 48 | 0 | 0.39 | 0.80 | 0.05 | 31.09 | 0.87 | 0.57 |
| Hex | F1 | 94 | 30 | 0 | 27 | 50 | 5 | 1F | 57 | 39 |
| Octal | 361 | 224 | 60 | 0 | 47 | 120 | 5 | 37 | 127 | 71 |
| Binary | 11110001 | 10010100 | 110000 | 0 | 100111 | 1010000 | 101 | 11111 | 1010111 | 111001 |
Color Harmonies of #F19430
Complementary color
Monochromatic Colors of #F19430
Black with #F19430
Text Example
Text Example
White with #F19430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19430; }
p { color: rgb(241,148,48); }
H1.HeaderClassName
{
color: #F19430;
}
.AnyTagClassName
{
color: #F19430;
}
</style>
background-color css
<style>
a { background-color: #F19430; }
a { background-color: rgb(241,148,48); }
div.DivClassName
{
background-color: #F19430;
}
.BgClassName
{
background-color: #F19430;
}
</style>
border-color css
<style>
span { border-color: #F19430; }
span { border-color: rgb(241,148,48); }
td.TdClassName
{
border-color: #F19430;
}
.TagClassName
{
border-color: #F19430;
}
</style>