Shades of Sun #F28E2D
Tints of Sun #F28E2D
RGB
CMYK
RGB Variations
Color information
#F28E2D (or 0xF28E2D) is known color: Sun. HEX triplet: F2, 8E and 2D. RGB value is (242,142,45). Sum of RGB (Red+Green+Blue) = 242+142+45=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E2D is #0D71D2. Grayscale: #A1A1A1. Windows color (decimal): -881107 or 2985714. OLE color: 2985714.
HSL color Cylindrical-coordinate representation of color #F28E2D: hue angle of 29.54º 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 #F28E2D is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 45 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.05 |
| HSL | 29.54º | 0.88% | 0.56% | - |
| HSV(B) | 29.54º | 0.81% | 0.95% | - |
| XYZ | 46.76 | 38.41 | 7.43 | - |
| YUV | 160.84 | 62.63 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 45 | 0 | 0.41 | 0.81 | 0.05 | 29.54 | 0.88 | 0.56 |
| Hex | F2 | 8E | 2D | 0 | 29 | 51 | 5 | 1E | 58 | 38 |
| Octal | 362 | 216 | 55 | 0 | 51 | 121 | 5 | 36 | 130 | 70 |
| Binary | 11110010 | 10001110 | 101101 | 0 | 101001 | 1010001 | 101 | 11110 | 1011000 | 111000 |
Color Harmonies of #F28E2D
Complementary color
Monochromatic Colors of #F28E2D
Black with #F28E2D
Text Example
Text Example
White with #F28E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E2D; }
p { color: rgb(242,142,45); }
H1.HeaderClassName
{
color: #F28E2D;
}
.AnyTagClassName
{
color: #F28E2D;
}
</style>
background-color css
<style>
a { background-color: #F28E2D; }
a { background-color: rgb(242,142,45); }
div.DivClassName
{
background-color: #F28E2D;
}
.BgClassName
{
background-color: #F28E2D;
}
</style>
border-color css
<style>
span { border-color: #F28E2D; }
span { border-color: rgb(242,142,45); }
td.TdClassName
{
border-color: #F28E2D;
}
.TagClassName
{
border-color: #F28E2D;
}
</style>