Shades of Sun #F28E33
Tints of Sun #F28E33
RGB
CMYK
RGB Variations
Color information
#F28E33 (or 0xF28E33) is known color: Sun. HEX triplet: F2, 8E and 33. RGB value is (242,142,51). Sum of RGB (Red+Green+Blue) = 242+142+51=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E33 is #0D71CC. Grayscale: #A1A1A1. Windows color (decimal): -881101 or 3378930. OLE color: 3378930.
HSL color Cylindrical-coordinate representation of color #F28E33: hue angle of 28.59º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F28E33 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 51 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.05 |
| HSL | 28.59º | 0.88% | 0.57% | - |
| HSV(B) | 28.59º | 0.79% | 0.95% | - |
| XYZ | 46.89 | 38.46 | 8.08 | - |
| YUV | 161.53 | 65.63 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 51 | 0 | 0.41 | 0.79 | 0.05 | 28.59 | 0.88 | 0.57 |
| Hex | F2 | 8E | 33 | 0 | 29 | 4F | 5 | 1D | 58 | 39 |
| Octal | 362 | 216 | 63 | 0 | 51 | 117 | 5 | 35 | 130 | 71 |
| Binary | 11110010 | 10001110 | 110011 | 0 | 101001 | 1001111 | 101 | 11101 | 1011000 | 111001 |
Color Harmonies of #F28E33
Complementary color
Monochromatic Colors of #F28E33
Black with #F28E33
Text Example
Text Example
White with #F28E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E33; }
p { color: rgb(242,142,51); }
H1.HeaderClassName
{
color: #F28E33;
}
.AnyTagClassName
{
color: #F28E33;
}
</style>
background-color css
<style>
a { background-color: #F28E33; }
a { background-color: rgb(242,142,51); }
div.DivClassName
{
background-color: #F28E33;
}
.BgClassName
{
background-color: #F28E33;
}
</style>
border-color css
<style>
span { border-color: #F28E33; }
span { border-color: rgb(242,142,51); }
td.TdClassName
{
border-color: #F28E33;
}
.TagClassName
{
border-color: #F28E33;
}
</style>