Shades of Sun #F29534
Tints of Sun #F29534
RGB
CMYK
RGB Variations
Color information
#F29534 (or 0xF29534) is known color: Sun. HEX triplet: F2, 95 and 34. RGB value is (242,149,52). Sum of RGB (Red+Green+Blue) = 242+149+52=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F29534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29534 is #0D6ACB. Grayscale: #A6A6A6. Windows color (decimal): -879308 or 3446258. OLE color: 3446258.
HSL color Cylindrical-coordinate representation of color #F29534: hue angle of 30.63º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F29534 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 52 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.05 |
| HSL | 30.63º | 0.88% | 0.58% | - |
| HSV(B) | 30.63º | 0.79% | 0.95% | - |
| XYZ | 47.99 | 40.62 | 8.56 | - |
| YUV | 165.75 | 63.81 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 52 | 0 | 0.38 | 0.79 | 0.05 | 30.63 | 0.88 | 0.58 |
| Hex | F2 | 95 | 34 | 0 | 26 | 4F | 5 | 1F | 58 | 3A |
| Octal | 362 | 225 | 64 | 0 | 46 | 117 | 5 | 37 | 130 | 72 |
| Binary | 11110010 | 10010101 | 110100 | 0 | 100110 | 1001111 | 101 | 11111 | 1011000 | 111010 |
Color Harmonies of #F29534
Complementary color
Monochromatic Colors of #F29534
Black with #F29534
Text Example
Text Example
White with #F29534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29534; }
p { color: rgb(242,149,52); }
H1.HeaderClassName
{
color: #F29534;
}
.AnyTagClassName
{
color: #F29534;
}
</style>
background-color css
<style>
a { background-color: #F29534; }
a { background-color: rgb(242,149,52); }
div.DivClassName
{
background-color: #F29534;
}
.BgClassName
{
background-color: #F29534;
}
</style>
border-color css
<style>
span { border-color: #F29534; }
span { border-color: rgb(242,149,52); }
td.TdClassName
{
border-color: #F29534;
}
.TagClassName
{
border-color: #F29534;
}
</style>