Shades of Sun #F28F39
Tints of Sun #F28F39
RGB
CMYK
RGB Variations
Color information
#F28F39 (or 0xF28F39) is known color: Sun. HEX triplet: F2, 8F and 39. RGB value is (242,143,57). Sum of RGB (Red+Green+Blue) = 242+143+57=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F39 is #0D70C6. Grayscale: #A3A3A3. Windows color (decimal): -880839 or 3772402. OLE color: 3772402.
HSL color Cylindrical-coordinate representation of color #F28F39: hue angle of 27.89º 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 #F28F39 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 57 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.05 |
| HSL | 27.89º | 0.88% | 0.59% | - |
| HSV(B) | 27.89º | 0.76% | 0.95% | - |
| XYZ | 47.18 | 38.82 | 8.88 | - |
| YUV | 162.8 | 68.3 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 57 | 0 | 0.41 | 0.76 | 0.05 | 27.89 | 0.88 | 0.59 |
| Hex | F2 | 8F | 39 | 0 | 29 | 4C | 5 | 1C | 58 | 3B |
| Octal | 362 | 217 | 71 | 0 | 51 | 114 | 5 | 34 | 130 | 73 |
| Binary | 11110010 | 10001111 | 111001 | 0 | 101001 | 1001100 | 101 | 11100 | 1011000 | 111011 |
Color Harmonies of #F28F39
Complementary color
Monochromatic Colors of #F28F39
Black with #F28F39
Text Example
Text Example
White with #F28F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F39; }
p { color: rgb(242,143,57); }
H1.HeaderClassName
{
color: #F28F39;
}
.AnyTagClassName
{
color: #F28F39;
}
</style>
background-color css
<style>
a { background-color: #F28F39; }
a { background-color: rgb(242,143,57); }
div.DivClassName
{
background-color: #F28F39;
}
.BgClassName
{
background-color: #F28F39;
}
</style>
border-color css
<style>
span { border-color: #F28F39; }
span { border-color: rgb(242,143,57); }
td.TdClassName
{
border-color: #F28F39;
}
.TagClassName
{
border-color: #F28F39;
}
</style>