Shades of Sun #F1852F
Tints of Sun #F1852F
RGB
CMYK
RGB Variations
Color information
#F1852F (or 0xF1852F) is known color: Sun. HEX triplet: F1, 85 and 2F. RGB value is (241,133,47). Sum of RGB (Red+Green+Blue) = 241+133+47=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F1852F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1852F is #0E7AD0. Grayscale: #9B9B9B. Windows color (decimal): -948945 or 3114481. OLE color: 3114481.
HSL color Cylindrical-coordinate representation of color #F1852F: hue angle of 26.6º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1852F is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 47 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.05 |
| HSL | 26.6º | 0.87% | 0.56% | - |
| HSV(B) | 26.6º | 0.8% | 0.95% | - |
| XYZ | 45.18 | 35.68 | 7.2 | - |
| YUV | 155.49 | 66.78 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 47 | 0 | 0.45 | 0.80 | 0.05 | 26.6 | 0.87 | 0.56 |
| Hex | F1 | 85 | 2F | 0 | 2D | 50 | 5 | 1B | 57 | 38 |
| Octal | 361 | 205 | 57 | 0 | 55 | 120 | 5 | 33 | 127 | 70 |
| Binary | 11110001 | 10000101 | 101111 | 0 | 101101 | 1010000 | 101 | 11011 | 1010111 | 111000 |
Color Harmonies of #F1852F
Complementary color
Monochromatic Colors of #F1852F
Black with #F1852F
Text Example
Text Example
White with #F1852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1852F; }
p { color: rgb(241,133,47); }
H1.HeaderClassName
{
color: #F1852F;
}
.AnyTagClassName
{
color: #F1852F;
}
</style>
background-color css
<style>
a { background-color: #F1852F; }
a { background-color: rgb(241,133,47); }
div.DivClassName
{
background-color: #F1852F;
}
.BgClassName
{
background-color: #F1852F;
}
</style>
border-color css
<style>
span { border-color: #F1852F; }
span { border-color: rgb(241,133,47); }
td.TdClassName
{
border-color: #F1852F;
}
.TagClassName
{
border-color: #F1852F;
}
</style>