Shades of Sun #F28831
Tints of Sun #F28831
RGB
CMYK
RGB Variations
Color information
#F28831 (or 0xF28831) is known color: Sun. HEX triplet: F2, 88 and 31. RGB value is (242,136,49). Sum of RGB (Red+Green+Blue) = 242+136+49=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F28831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28831 is #0D77CE. Grayscale: #9E9E9E. Windows color (decimal): -882639 or 3246322. OLE color: 3246322.
HSL color Cylindrical-coordinate representation of color #F28831: hue angle of 27.05º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F28831 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 49 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.05 |
| HSL | 27.05º | 0.88% | 0.57% | - |
| HSV(B) | 27.05º | 0.8% | 0.95% | - |
| XYZ | 45.98 | 36.71 | 7.57 | - |
| YUV | 157.78 | 66.62 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 49 | 0 | 0.44 | 0.80 | 0.05 | 27.05 | 0.88 | 0.57 |
| Hex | F2 | 88 | 31 | 0 | 2C | 50 | 5 | 1B | 58 | 39 |
| Octal | 362 | 210 | 61 | 0 | 54 | 120 | 5 | 33 | 130 | 71 |
| Binary | 11110010 | 10001000 | 110001 | 0 | 101100 | 1010000 | 101 | 11011 | 1011000 | 111001 |
Color Harmonies of #F28831
Complementary color
Monochromatic Colors of #F28831
Black with #F28831
Text Example
Text Example
White with #F28831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28831; }
p { color: rgb(242,136,49); }
H1.HeaderClassName
{
color: #F28831;
}
.AnyTagClassName
{
color: #F28831;
}
</style>
background-color css
<style>
a { background-color: #F28831; }
a { background-color: rgb(242,136,49); }
div.DivClassName
{
background-color: #F28831;
}
.BgClassName
{
background-color: #F28831;
}
</style>
border-color css
<style>
span { border-color: #F28831; }
span { border-color: rgb(242,136,49); }
td.TdClassName
{
border-color: #F28831;
}
.TagClassName
{
border-color: #F28831;
}
</style>