Shades of Sun #F28C2C
Tints of Sun #F28C2C
RGB
CMYK
RGB Variations
Color information
#F28C2C (or 0xF28C2C) is known color: Sun. HEX triplet: F2, 8C and 2C. RGB value is (242,140,44). Sum of RGB (Red+Green+Blue) = 242+140+44=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C2C is #0D73D3. Grayscale: #A0A0A0. Windows color (decimal): -881620 or 2919666. OLE color: 2919666.
HSL color Cylindrical-coordinate representation of color #F28C2C: hue angle of 29.09º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F28C2C is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 44 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.05 |
| HSL | 29.09º | 0.88% | 0.56% | - |
| HSV(B) | 29.09º | 0.82% | 0.95% | - |
| XYZ | 46.45 | 37.82 | 7.23 | - |
| YUV | 159.55 | 62.79 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 44 | 0 | 0.42 | 0.82 | 0.05 | 29.09 | 0.88 | 0.56 |
| Hex | F2 | 8C | 2C | 0 | 2A | 52 | 5 | 1D | 58 | 38 |
| Octal | 362 | 214 | 54 | 0 | 52 | 122 | 5 | 35 | 130 | 70 |
| Binary | 11110010 | 10001100 | 101100 | 0 | 101010 | 1010010 | 101 | 11101 | 1011000 | 111000 |
Color Harmonies of #F28C2C
Complementary color
Monochromatic Colors of #F28C2C
Black with #F28C2C
Text Example
Text Example
White with #F28C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C2C; }
p { color: rgb(242,140,44); }
H1.HeaderClassName
{
color: #F28C2C;
}
.AnyTagClassName
{
color: #F28C2C;
}
</style>
background-color css
<style>
a { background-color: #F28C2C; }
a { background-color: rgb(242,140,44); }
div.DivClassName
{
background-color: #F28C2C;
}
.BgClassName
{
background-color: #F28C2C;
}
</style>
border-color css
<style>
span { border-color: #F28C2C; }
span { border-color: rgb(242,140,44); }
td.TdClassName
{
border-color: #F28C2C;
}
.TagClassName
{
border-color: #F28C2C;
}
</style>