Shades of Sun #F2882B
Tints of Sun #F2882B
RGB
CMYK
RGB Variations
Color information
#F2882B (or 0xF2882B) is known color: Sun. HEX triplet: F2, 88 and 2B. RGB value is (242,136,43). Sum of RGB (Red+Green+Blue) = 242+136+43=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2882B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2882B is #0D77D4. Grayscale: #9D9D9D. Windows color (decimal): -882645 or 2853106. OLE color: 2853106.
HSL color Cylindrical-coordinate representation of color #F2882B: hue angle of 28.04º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2882B is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 43 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.05 |
| HSL | 28.04º | 0.88% | 0.56% | - |
| HSV(B) | 28.04º | 0.82% | 0.95% | - |
| XYZ | 45.86 | 36.66 | 6.94 | - |
| YUV | 157.09 | 63.62 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 43 | 0 | 0.44 | 0.82 | 0.05 | 28.04 | 0.88 | 0.56 |
| Hex | F2 | 88 | 2B | 0 | 2C | 52 | 5 | 1C | 58 | 38 |
| Octal | 362 | 210 | 53 | 0 | 54 | 122 | 5 | 34 | 130 | 70 |
| Binary | 11110010 | 10001000 | 101011 | 0 | 101100 | 1010010 | 101 | 11100 | 1011000 | 111000 |
Color Harmonies of #F2882B
Complementary color
Monochromatic Colors of #F2882B
Black with #F2882B
Text Example
Text Example
White with #F2882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2882B; }
p { color: rgb(242,136,43); }
H1.HeaderClassName
{
color: #F2882B;
}
.AnyTagClassName
{
color: #F2882B;
}
</style>
background-color css
<style>
a { background-color: #F2882B; }
a { background-color: rgb(242,136,43); }
div.DivClassName
{
background-color: #F2882B;
}
.BgClassName
{
background-color: #F2882B;
}
</style>
border-color css
<style>
span { border-color: #F2882B; }
span { border-color: rgb(242,136,43); }
td.TdClassName
{
border-color: #F2882B;
}
.TagClassName
{
border-color: #F2882B;
}
</style>