Shades of Sun #F28C32
Tints of Sun #F28C32
RGB
CMYK
RGB Variations
Color information
#F28C32 (or 0xF28C32) is known color: Sun. HEX triplet: F2, 8C and 32. RGB value is (242,140,50). Sum of RGB (Red+Green+Blue) = 242+140+50=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C32 is #0D73CD. Grayscale: #A0A0A0. Windows color (decimal): -881614 or 3312882. OLE color: 3312882.
HSL color Cylindrical-coordinate representation of color #F28C32: hue angle of 28.12º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F28C32 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 50 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.05 |
| HSL | 28.13º | 0.88% | 0.57% | - |
| HSV(B) | 28.13º | 0.79% | 0.95% | - |
| XYZ | 46.57 | 37.86 | 7.87 | - |
| YUV | 160.24 | 65.79 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 50 | 0 | 0.42 | 0.79 | 0.05 | 28.13 | 0.88 | 0.57 |
| Hex | F2 | 8C | 32 | 0 | 2A | 4F | 5 | 1C | 58 | 39 |
| Octal | 362 | 214 | 62 | 0 | 52 | 117 | 5 | 34 | 130 | 71 |
| Binary | 11110010 | 10001100 | 110010 | 0 | 101010 | 1001111 | 101 | 11100 | 1011000 | 111001 |
Color Harmonies of #F28C32
Complementary color
Monochromatic Colors of #F28C32
Black with #F28C32
Text Example
Text Example
White with #F28C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C32; }
p { color: rgb(242,140,50); }
H1.HeaderClassName
{
color: #F28C32;
}
.AnyTagClassName
{
color: #F28C32;
}
</style>
background-color css
<style>
a { background-color: #F28C32; }
a { background-color: rgb(242,140,50); }
div.DivClassName
{
background-color: #F28C32;
}
.BgClassName
{
background-color: #F28C32;
}
</style>
border-color css
<style>
span { border-color: #F28C32; }
span { border-color: rgb(242,140,50); }
td.TdClassName
{
border-color: #F28C32;
}
.TagClassName
{
border-color: #F28C32;
}
</style>