Shades of Sun #F29334
Tints of Sun #F29334
RGB
CMYK
RGB Variations
Color information
#F29334 (or 0xF29334) is known color: Sun. HEX triplet: F2, 93 and 34. RGB value is (242,147,52). Sum of RGB (Red+Green+Blue) = 242+147+52=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F29334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29334 is #0D6CCB. Grayscale: #A5A5A5. Windows color (decimal): -879820 or 3445746. OLE color: 3445746.
HSL color Cylindrical-coordinate representation of color #F29334: hue angle of 30º 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 #F29334 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 52 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.05 |
| HSL | 30º | 0.88% | 0.58% | - |
| HSV(B) | 30º | 0.79% | 0.95% | - |
| XYZ | 47.67 | 39.99 | 8.46 | - |
| YUV | 164.58 | 64.47 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 52 | 0 | 0.39 | 0.79 | 0.05 | 30 | 0.88 | 0.58 |
| Hex | F2 | 93 | 34 | 0 | 27 | 4F | 5 | 1E | 58 | 3A |
| Octal | 362 | 223 | 64 | 0 | 47 | 117 | 5 | 36 | 130 | 72 |
| Binary | 11110010 | 10010011 | 110100 | 0 | 100111 | 1001111 | 101 | 11110 | 1011000 | 111010 |
Color Harmonies of #F29334
Complementary color
Monochromatic Colors of #F29334
Black with #F29334
Text Example
Text Example
White with #F29334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29334; }
p { color: rgb(242,147,52); }
H1.HeaderClassName
{
color: #F29334;
}
.AnyTagClassName
{
color: #F29334;
}
</style>
background-color css
<style>
a { background-color: #F29334; }
a { background-color: rgb(242,147,52); }
div.DivClassName
{
background-color: #F29334;
}
.BgClassName
{
background-color: #F29334;
}
</style>
border-color css
<style>
span { border-color: #F29334; }
span { border-color: rgb(242,147,52); }
td.TdClassName
{
border-color: #F29334;
}
.TagClassName
{
border-color: #F29334;
}
</style>