Shades of Sun #F28D3E
Tints of Sun #F28D3E
RGB
CMYK
RGB Variations
Color information
#F28D3E (or 0xF28D3E) is known color: Sun. HEX triplet: F2, 8D and 3E. RGB value is (242,141,62). Sum of RGB (Red+Green+Blue) = 242+141+62=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28D3E is #0D72C1. Grayscale: #A2A2A2. Windows color (decimal): -881346 or 4099570. OLE color: 4099570.
HSL color Cylindrical-coordinate representation of color #F28D3E: hue angle of 26.33º 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 #F28D3E is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 62 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.05 |
| HSL | 26.33º | 0.87% | 0.6% | - |
| HSV(B) | 26.33º | 0.74% | 0.95% | - |
| XYZ | 47.01 | 38.27 | 9.47 | - |
| YUV | 162.19 | 71.46 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 62 | 0 | 0.42 | 0.74 | 0.05 | 26.33 | 0.87 | 0.6 |
| Hex | F2 | 8D | 3E | 0 | 2A | 4A | 5 | 1A | 57 | 3C |
| Octal | 362 | 215 | 76 | 0 | 52 | 112 | 5 | 32 | 127 | 74 |
| Binary | 11110010 | 10001101 | 111110 | 0 | 101010 | 1001010 | 101 | 11010 | 1010111 | 111100 |
Color Harmonies of #F28D3E
Complementary color
Monochromatic Colors of #F28D3E
Black with #F28D3E
Text Example
Text Example
White with #F28D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D3E; }
p { color: rgb(242,141,62); }
H1.HeaderClassName
{
color: #F28D3E;
}
.AnyTagClassName
{
color: #F28D3E;
}
</style>
background-color css
<style>
a { background-color: #F28D3E; }
a { background-color: rgb(242,141,62); }
div.DivClassName
{
background-color: #F28D3E;
}
.BgClassName
{
background-color: #F28D3E;
}
</style>
border-color css
<style>
span { border-color: #F28D3E; }
span { border-color: rgb(242,141,62); }
td.TdClassName
{
border-color: #F28D3E;
}
.TagClassName
{
border-color: #F28D3E;
}
</style>