Shades of Sun #F1822A
Tints of Sun #F1822A
RGB
CMYK
RGB Variations
Color information
#F1822A (or 0xF1822A) is known color: Sun. HEX triplet: F1, 82 and 2A. RGB value is (241,130,42). Sum of RGB (Red+Green+Blue) = 241+130+42=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F1822A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1822A is #0E7DD5. Grayscale: #999999. Windows color (decimal): -949718 or 2786033. OLE color: 2786033.
HSL color Cylindrical-coordinate representation of color #F1822A: hue angle of 26.53º 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 #F1822A is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 42 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.05 |
| HSL | 26.53º | 0.88% | 0.55% | - |
| HSV(B) | 26.53º | 0.83% | 0.95% | - |
| XYZ | 44.68 | 34.83 | 6.56 | - |
| YUV | 153.16 | 65.27 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 42 | 0 | 0.46 | 0.83 | 0.05 | 26.53 | 0.88 | 0.55 |
| Hex | F1 | 82 | 2A | 0 | 2E | 53 | 5 | 1B | 58 | 37 |
| Octal | 361 | 202 | 52 | 0 | 56 | 123 | 5 | 33 | 130 | 67 |
| Binary | 11110001 | 10000010 | 101010 | 0 | 101110 | 1010011 | 101 | 11011 | 1011000 | 110111 |
Color Harmonies of #F1822A
Complementary color
Monochromatic Colors of #F1822A
Black with #F1822A
Text Example
Text Example
White with #F1822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1822A; }
p { color: rgb(241,130,42); }
H1.HeaderClassName
{
color: #F1822A;
}
.AnyTagClassName
{
color: #F1822A;
}
</style>
background-color css
<style>
a { background-color: #F1822A; }
a { background-color: rgb(241,130,42); }
div.DivClassName
{
background-color: #F1822A;
}
.BgClassName
{
background-color: #F1822A;
}
</style>
border-color css
<style>
span { border-color: #F1822A; }
span { border-color: rgb(241,130,42); }
td.TdClassName
{
border-color: #F1822A;
}
.TagClassName
{
border-color: #F1822A;
}
</style>