Shades of Sun #F2932D
Tints of Sun #F2932D
RGB
CMYK
RGB Variations
Color information
#F2932D (or 0xF2932D) is known color: Sun. HEX triplet: F2, 93 and 2D. RGB value is (242,147,45). Sum of RGB (Red+Green+Blue) = 242+147+45=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2932D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2932D is #0D6CD2. Grayscale: #A4A4A4. Windows color (decimal): -879827 or 2986994. OLE color: 2986994.
HSL color Cylindrical-coordinate representation of color #F2932D: hue angle of 31.07º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2932D is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 45 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.05 |
| HSL | 31.07º | 0.88% | 0.56% | - |
| HSV(B) | 31.07º | 0.81% | 0.95% | - |
| XYZ | 47.53 | 39.93 | 7.69 | - |
| YUV | 163.78 | 60.97 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 45 | 0 | 0.39 | 0.81 | 0.05 | 31.07 | 0.88 | 0.56 |
| Hex | F2 | 93 | 2D | 0 | 27 | 51 | 5 | 1F | 58 | 38 |
| Octal | 362 | 223 | 55 | 0 | 47 | 121 | 5 | 37 | 130 | 70 |
| Binary | 11110010 | 10010011 | 101101 | 0 | 100111 | 1010001 | 101 | 11111 | 1011000 | 111000 |
Color Harmonies of #F2932D
Complementary color
Monochromatic Colors of #F2932D
Black with #F2932D
Text Example
Text Example
White with #F2932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2932D; }
p { color: rgb(242,147,45); }
H1.HeaderClassName
{
color: #F2932D;
}
.AnyTagClassName
{
color: #F2932D;
}
</style>
background-color css
<style>
a { background-color: #F2932D; }
a { background-color: rgb(242,147,45); }
div.DivClassName
{
background-color: #F2932D;
}
.BgClassName
{
background-color: #F2932D;
}
</style>
border-color css
<style>
span { border-color: #F2932D; }
span { border-color: rgb(242,147,45); }
td.TdClassName
{
border-color: #F2932D;
}
.TagClassName
{
border-color: #F2932D;
}
</style>