Shades of Sun #F28F36
Tints of Sun #F28F36
RGB
CMYK
RGB Variations
Color information
#F28F36 (or 0xF28F36) is known color: Sun. HEX triplet: F2, 8F and 36. RGB value is (242,143,54). Sum of RGB (Red+Green+Blue) = 242+143+54=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F36 is #0D70C9. Grayscale: #A2A2A2. Windows color (decimal): -880842 or 3575794. OLE color: 3575794.
HSL color Cylindrical-coordinate representation of color #F28F36: hue angle of 28.4º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F28F36 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 54 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.05 |
| HSL | 28.4º | 0.88% | 0.58% | - |
| HSV(B) | 28.4º | 0.78% | 0.95% | - |
| XYZ | 47.11 | 38.79 | 8.49 | - |
| YUV | 162.46 | 66.8 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 54 | 0 | 0.41 | 0.78 | 0.05 | 28.4 | 0.88 | 0.58 |
| Hex | F2 | 8F | 36 | 0 | 29 | 4E | 5 | 1C | 58 | 3A |
| Octal | 362 | 217 | 66 | 0 | 51 | 116 | 5 | 34 | 130 | 72 |
| Binary | 11110010 | 10001111 | 110110 | 0 | 101001 | 1001110 | 101 | 11100 | 1011000 | 111010 |
Color Harmonies of #F28F36
Complementary color
Monochromatic Colors of #F28F36
Black with #F28F36
Text Example
Text Example
White with #F28F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F36; }
p { color: rgb(242,143,54); }
H1.HeaderClassName
{
color: #F28F36;
}
.AnyTagClassName
{
color: #F28F36;
}
</style>
background-color css
<style>
a { background-color: #F28F36; }
a { background-color: rgb(242,143,54); }
div.DivClassName
{
background-color: #F28F36;
}
.BgClassName
{
background-color: #F28F36;
}
</style>
border-color css
<style>
span { border-color: #F28F36; }
span { border-color: rgb(242,143,54); }
td.TdClassName
{
border-color: #F28F36;
}
.TagClassName
{
border-color: #F28F36;
}
</style>