Shades of Sun #F28C35
Tints of Sun #F28C35
RGB
CMYK
RGB Variations
Color information
#F28C35 (or 0xF28C35) is known color: Sun. HEX triplet: F2, 8C and 35. RGB value is (242,140,53). Sum of RGB (Red+Green+Blue) = 242+140+53=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C35 is #0D73CA. Grayscale: #A1A1A1. Windows color (decimal): -881611 or 3509490. OLE color: 3509490.
HSL color Cylindrical-coordinate representation of color #F28C35: hue angle of 27.62º 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 #F28C35 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 53 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.05 |
| HSL | 27.62º | 0.88% | 0.58% | - |
| HSV(B) | 27.62º | 0.78% | 0.95% | - |
| XYZ | 46.64 | 37.89 | 8.22 | - |
| YUV | 160.58 | 67.29 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 53 | 0 | 0.42 | 0.78 | 0.05 | 27.62 | 0.88 | 0.58 |
| Hex | F2 | 8C | 35 | 0 | 2A | 4E | 5 | 1C | 58 | 3A |
| Octal | 362 | 214 | 65 | 0 | 52 | 116 | 5 | 34 | 130 | 72 |
| Binary | 11110010 | 10001100 | 110101 | 0 | 101010 | 1001110 | 101 | 11100 | 1011000 | 111010 |
Color Harmonies of #F28C35
Complementary color
Monochromatic Colors of #F28C35
Black with #F28C35
Text Example
Text Example
White with #F28C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C35; }
p { color: rgb(242,140,53); }
H1.HeaderClassName
{
color: #F28C35;
}
.AnyTagClassName
{
color: #F28C35;
}
</style>
background-color css
<style>
a { background-color: #F28C35; }
a { background-color: rgb(242,140,53); }
div.DivClassName
{
background-color: #F28C35;
}
.BgClassName
{
background-color: #F28C35;
}
</style>
border-color css
<style>
span { border-color: #F28C35; }
span { border-color: rgb(242,140,53); }
td.TdClassName
{
border-color: #F28C35;
}
.TagClassName
{
border-color: #F28C35;
}
</style>