Shades of Sun #F2833A
Tints of Sun #F2833A
RGB
CMYK
RGB Variations
Color information
#F2833A (or 0xF2833A) is known color: Sun. HEX triplet: F2, 83 and 3A. RGB value is (242,131,58). Sum of RGB (Red+Green+Blue) = 242+131+58=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2833A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2833A is #0D7CC5. Grayscale: #9C9C9C. Windows color (decimal): -883910 or 3834866. OLE color: 3834866.
HSL color Cylindrical-coordinate representation of color #F2833A: hue angle of 23.8º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2833A is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 58 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.05 |
| HSL | 23.8º | 0.88% | 0.59% | - |
| HSV(B) | 23.8º | 0.76% | 0.95% | - |
| XYZ | 45.5 | 35.42 | 8.44 | - |
| YUV | 155.87 | 72.77 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 58 | 0 | 0.46 | 0.76 | 0.05 | 23.8 | 0.88 | 0.59 |
| Hex | F2 | 83 | 3A | 0 | 2E | 4C | 5 | 18 | 58 | 3B |
| Octal | 362 | 203 | 72 | 0 | 56 | 114 | 5 | 30 | 130 | 73 |
| Binary | 11110010 | 10000011 | 111010 | 0 | 101110 | 1001100 | 101 | 11000 | 1011000 | 111011 |
Color Harmonies of #F2833A
Complementary color
Monochromatic Colors of #F2833A
Black with #F2833A
Text Example
Text Example
White with #F2833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2833A; }
p { color: rgb(242,131,58); }
H1.HeaderClassName
{
color: #F2833A;
}
.AnyTagClassName
{
color: #F2833A;
}
</style>
background-color css
<style>
a { background-color: #F2833A; }
a { background-color: rgb(242,131,58); }
div.DivClassName
{
background-color: #F2833A;
}
.BgClassName
{
background-color: #F2833A;
}
</style>
border-color css
<style>
span { border-color: #F2833A; }
span { border-color: rgb(242,131,58); }
td.TdClassName
{
border-color: #F2833A;
}
.TagClassName
{
border-color: #F2833A;
}
</style>