Shades of Sun #F1852A
Tints of Sun #F1852A
RGB
CMYK
RGB Variations
Color information
#F1852A (or 0xF1852A) is known color: Sun. HEX triplet: F1, 85 and 2A. RGB value is (241,133,42). Sum of RGB (Red+Green+Blue) = 241+133+42=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1852A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1852A is #0E7AD5. Grayscale: #9B9B9B. Windows color (decimal): -948950 or 2786801. OLE color: 2786801.
HSL color Cylindrical-coordinate representation of color #F1852A: hue angle of 27.44º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1852A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 42 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.05 |
| HSL | 27.44º | 0.88% | 0.55% | - |
| HSV(B) | 27.44º | 0.83% | 0.95% | - |
| XYZ | 45.08 | 35.64 | 6.69 | - |
| YUV | 154.92 | 64.28 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 42 | 0 | 0.45 | 0.83 | 0.05 | 27.44 | 0.88 | 0.55 |
| Hex | F1 | 85 | 2A | 0 | 2D | 53 | 5 | 1B | 58 | 37 |
| Octal | 361 | 205 | 52 | 0 | 55 | 123 | 5 | 33 | 130 | 67 |
| Binary | 11110001 | 10000101 | 101010 | 0 | 101101 | 1010011 | 101 | 11011 | 1011000 | 110111 |
Color Harmonies of #F1852A
Complementary color
Monochromatic Colors of #F1852A
Black with #F1852A
Text Example
Text Example
White with #F1852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1852A; }
p { color: rgb(241,133,42); }
H1.HeaderClassName
{
color: #F1852A;
}
.AnyTagClassName
{
color: #F1852A;
}
</style>
background-color css
<style>
a { background-color: #F1852A; }
a { background-color: rgb(241,133,42); }
div.DivClassName
{
background-color: #F1852A;
}
.BgClassName
{
background-color: #F1852A;
}
</style>
border-color css
<style>
span { border-color: #F1852A; }
span { border-color: rgb(241,133,42); }
td.TdClassName
{
border-color: #F1852A;
}
.TagClassName
{
border-color: #F1852A;
}
</style>