Shades of Sun #F28E3A
Tints of Sun #F28E3A
RGB
CMYK
RGB Variations
Color information
#F28E3A (or 0xF28E3A) is known color: Sun. HEX triplet: F2, 8E and 3A. RGB value is (242,142,58). Sum of RGB (Red+Green+Blue) = 242+142+58=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E3A is #0D71C5. Grayscale: #A2A2A2. Windows color (decimal): -881094 or 3837682. OLE color: 3837682.
HSL color Cylindrical-coordinate representation of color #F28E3A: hue angle of 27.39º 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 #F28E3A is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 58 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.05 |
| HSL | 27.39º | 0.88% | 0.59% | - |
| HSV(B) | 27.39º | 0.76% | 0.95% | - |
| XYZ | 47.05 | 38.53 | 8.96 | - |
| YUV | 162.32 | 69.13 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 58 | 0 | 0.41 | 0.76 | 0.05 | 27.39 | 0.88 | 0.59 |
| Hex | F2 | 8E | 3A | 0 | 29 | 4C | 5 | 1B | 58 | 3B |
| Octal | 362 | 216 | 72 | 0 | 51 | 114 | 5 | 33 | 130 | 73 |
| Binary | 11110010 | 10001110 | 111010 | 0 | 101001 | 1001100 | 101 | 11011 | 1011000 | 111011 |
Color Harmonies of #F28E3A
Complementary color
Monochromatic Colors of #F28E3A
Black with #F28E3A
Text Example
Text Example
White with #F28E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E3A; }
p { color: rgb(242,142,58); }
H1.HeaderClassName
{
color: #F28E3A;
}
.AnyTagClassName
{
color: #F28E3A;
}
</style>
background-color css
<style>
a { background-color: #F28E3A; }
a { background-color: rgb(242,142,58); }
div.DivClassName
{
background-color: #F28E3A;
}
.BgClassName
{
background-color: #F28E3A;
}
</style>
border-color css
<style>
span { border-color: #F28E3A; }
span { border-color: rgb(242,142,58); }
td.TdClassName
{
border-color: #F28E3A;
}
.TagClassName
{
border-color: #F28E3A;
}
</style>