Shades of Sun #F2953D
Tints of Sun #F2953D
RGB
CMYK
RGB Variations
Color information
#F2953D (or 0xF2953D) is known color: Sun. HEX triplet: F2, 95 and 3D. RGB value is (242,149,61). Sum of RGB (Red+Green+Blue) = 242+149+61=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2953D is #0D6AC2. Grayscale: #A7A7A7. Windows color (decimal): -879299 or 4036082. OLE color: 4036082.
HSL color Cylindrical-coordinate representation of color #F2953D: hue angle of 29.17º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2953D is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 61 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.05 |
| HSL | 29.17º | 0.87% | 0.59% | - |
| HSV(B) | 29.17º | 0.75% | 0.95% | - |
| XYZ | 48.21 | 40.71 | 9.73 | - |
| YUV | 166.78 | 68.31 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 61 | 0 | 0.38 | 0.75 | 0.05 | 29.17 | 0.87 | 0.59 |
| Hex | F2 | 95 | 3D | 0 | 26 | 4B | 5 | 1D | 57 | 3B |
| Octal | 362 | 225 | 75 | 0 | 46 | 113 | 5 | 35 | 127 | 73 |
| Binary | 11110010 | 10010101 | 111101 | 0 | 100110 | 1001011 | 101 | 11101 | 1010111 | 111011 |
Color Harmonies of #F2953D
Complementary color
Monochromatic Colors of #F2953D
Black with #F2953D
Text Example
Text Example
White with #F2953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2953D; }
p { color: rgb(242,149,61); }
H1.HeaderClassName
{
color: #F2953D;
}
.AnyTagClassName
{
color: #F2953D;
}
</style>
background-color css
<style>
a { background-color: #F2953D; }
a { background-color: rgb(242,149,61); }
div.DivClassName
{
background-color: #F2953D;
}
.BgClassName
{
background-color: #F2953D;
}
</style>
border-color css
<style>
span { border-color: #F2953D; }
span { border-color: rgb(242,149,61); }
td.TdClassName
{
border-color: #F2953D;
}
.TagClassName
{
border-color: #F2953D;
}
</style>