Shades of Sun #F28C37
Tints of Sun #F28C37
RGB
CMYK
RGB Variations
Color information
#F28C37 (or 0xF28C37) is known color: Sun. HEX triplet: F2, 8C and 37. RGB value is (242,140,55). Sum of RGB (Red+Green+Blue) = 242+140+55=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C37 is #0D73C8. Grayscale: #A1A1A1. Windows color (decimal): -881609 or 3640562. OLE color: 3640562.
HSL color Cylindrical-coordinate representation of color #F28C37: hue angle of 27.27º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F28C37 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 55 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.05 |
| HSL | 27.27º | 0.88% | 0.58% | - |
| HSV(B) | 27.27º | 0.77% | 0.95% | - |
| XYZ | 46.69 | 37.91 | 8.47 | - |
| YUV | 160.81 | 68.29 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 55 | 0 | 0.42 | 0.77 | 0.05 | 27.27 | 0.88 | 0.58 |
| Hex | F2 | 8C | 37 | 0 | 2A | 4D | 5 | 1B | 58 | 3A |
| Octal | 362 | 214 | 67 | 0 | 52 | 115 | 5 | 33 | 130 | 72 |
| Binary | 11110010 | 10001100 | 110111 | 0 | 101010 | 1001101 | 101 | 11011 | 1011000 | 111010 |
Color Harmonies of #F28C37
Complementary color
Monochromatic Colors of #F28C37
Black with #F28C37
Text Example
Text Example
White with #F28C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C37; }
p { color: rgb(242,140,55); }
H1.HeaderClassName
{
color: #F28C37;
}
.AnyTagClassName
{
color: #F28C37;
}
</style>
background-color css
<style>
a { background-color: #F28C37; }
a { background-color: rgb(242,140,55); }
div.DivClassName
{
background-color: #F28C37;
}
.BgClassName
{
background-color: #F28C37;
}
</style>
border-color css
<style>
span { border-color: #F28C37; }
span { border-color: rgb(242,140,55); }
td.TdClassName
{
border-color: #F28C37;
}
.TagClassName
{
border-color: #F28C37;
}
</style>