Shades of Sun #F28E2E
Tints of Sun #F28E2E
RGB
CMYK
RGB Variations
Color information
#F28E2E (or 0xF28E2E) is known color: Sun. HEX triplet: F2, 8E and 2E. RGB value is (242,142,46). Sum of RGB (Red+Green+Blue) = 242+142+46=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E2E is #0D71D1. Grayscale: #A1A1A1. Windows color (decimal): -881106 or 3051250. OLE color: 3051250.
HSL color Cylindrical-coordinate representation of color #F28E2E: hue angle of 29.39º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F28E2E is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 46 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.05 |
| HSL | 29.39º | 0.88% | 0.56% | - |
| HSV(B) | 29.39º | 0.81% | 0.95% | - |
| XYZ | 46.78 | 38.42 | 7.53 | - |
| YUV | 160.96 | 63.13 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 46 | 0 | 0.41 | 0.81 | 0.05 | 29.39 | 0.88 | 0.56 |
| Hex | F2 | 8E | 2E | 0 | 29 | 51 | 5 | 1D | 58 | 38 |
| Octal | 362 | 216 | 56 | 0 | 51 | 121 | 5 | 35 | 130 | 70 |
| Binary | 11110010 | 10001110 | 101110 | 0 | 101001 | 1010001 | 101 | 11101 | 1011000 | 111000 |
Color Harmonies of #F28E2E
Complementary color
Monochromatic Colors of #F28E2E
Black with #F28E2E
Text Example
Text Example
White with #F28E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E2E; }
p { color: rgb(242,142,46); }
H1.HeaderClassName
{
color: #F28E2E;
}
.AnyTagClassName
{
color: #F28E2E;
}
</style>
background-color css
<style>
a { background-color: #F28E2E; }
a { background-color: rgb(242,142,46); }
div.DivClassName
{
background-color: #F28E2E;
}
.BgClassName
{
background-color: #F28E2E;
}
</style>
border-color css
<style>
span { border-color: #F28E2E; }
span { border-color: rgb(242,142,46); }
td.TdClassName
{
border-color: #F28E2E;
}
.TagClassName
{
border-color: #F28E2E;
}
</style>