Shades of Sun #F2892B
Tints of Sun #F2892B
RGB
CMYK
RGB Variations
Color information
#F2892B (or 0xF2892B) is known color: Sun. HEX triplet: F2, 89 and 2B. RGB value is (242,137,43). Sum of RGB (Red+Green+Blue) = 242+137+43=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2892B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2892B is #0D76D4. Grayscale: #9E9E9E. Windows color (decimal): -882389 or 2853362. OLE color: 2853362.
HSL color Cylindrical-coordinate representation of color #F2892B: hue angle of 28.34º 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 #F2892B is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 43 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.05 |
| HSL | 28.34º | 0.88% | 0.56% | - |
| HSV(B) | 28.34º | 0.82% | 0.95% | - |
| XYZ | 46 | 36.94 | 6.99 | - |
| YUV | 157.68 | 63.29 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 43 | 0 | 0.43 | 0.82 | 0.05 | 28.34 | 0.88 | 0.56 |
| Hex | F2 | 89 | 2B | 0 | 2B | 52 | 5 | 1C | 58 | 38 |
| Octal | 362 | 211 | 53 | 0 | 53 | 122 | 5 | 34 | 130 | 70 |
| Binary | 11110010 | 10001001 | 101011 | 0 | 101011 | 1010010 | 101 | 11100 | 1011000 | 111000 |
Color Harmonies of #F2892B
Complementary color
Monochromatic Colors of #F2892B
Black with #F2892B
Text Example
Text Example
White with #F2892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2892B; }
p { color: rgb(242,137,43); }
H1.HeaderClassName
{
color: #F2892B;
}
.AnyTagClassName
{
color: #F2892B;
}
</style>
background-color css
<style>
a { background-color: #F2892B; }
a { background-color: rgb(242,137,43); }
div.DivClassName
{
background-color: #F2892B;
}
.BgClassName
{
background-color: #F2892B;
}
</style>
border-color css
<style>
span { border-color: #F2892B; }
span { border-color: rgb(242,137,43); }
td.TdClassName
{
border-color: #F2892B;
}
.TagClassName
{
border-color: #F2892B;
}
</style>