Shades of Sun #F28E3E
Tints of Sun #F28E3E
RGB
CMYK
RGB Variations
Color information
#F28E3E (or 0xF28E3E) is known color: Sun. HEX triplet: F2, 8E and 3E. RGB value is (242,142,62). Sum of RGB (Red+Green+Blue) = 242+142+62=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E3E is #0D71C1. Grayscale: #A3A3A3. Windows color (decimal): -881090 or 4099826. OLE color: 4099826.
HSL color Cylindrical-coordinate representation of color #F28E3E: hue angle of 26.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F28E3E is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 62 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.05 |
| HSL | 26.67º | 0.87% | 0.6% | - |
| HSV(B) | 26.67º | 0.74% | 0.95% | - |
| XYZ | 47.16 | 38.57 | 9.52 | - |
| YUV | 162.78 | 71.13 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 62 | 0 | 0.41 | 0.74 | 0.05 | 26.67 | 0.87 | 0.6 |
| Hex | F2 | 8E | 3E | 0 | 29 | 4A | 5 | 1B | 57 | 3C |
| Octal | 362 | 216 | 76 | 0 | 51 | 112 | 5 | 33 | 127 | 74 |
| Binary | 11110010 | 10001110 | 111110 | 0 | 101001 | 1001010 | 101 | 11011 | 1010111 | 111100 |
Color Harmonies of #F28E3E
Complementary color
Monochromatic Colors of #F28E3E
Black with #F28E3E
Text Example
Text Example
White with #F28E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E3E; }
p { color: rgb(242,142,62); }
H1.HeaderClassName
{
color: #F28E3E;
}
.AnyTagClassName
{
color: #F28E3E;
}
</style>
background-color css
<style>
a { background-color: #F28E3E; }
a { background-color: rgb(242,142,62); }
div.DivClassName
{
background-color: #F28E3E;
}
.BgClassName
{
background-color: #F28E3E;
}
</style>
border-color css
<style>
span { border-color: #F28E3E; }
span { border-color: rgb(242,142,62); }
td.TdClassName
{
border-color: #F28E3E;
}
.TagClassName
{
border-color: #F28E3E;
}
</style>