Shades of Sun #F29138
Tints of Sun #F29138
RGB
CMYK
RGB Variations
Color information
#F29138 (or 0xF29138) is known color: Sun. HEX triplet: F2, 91 and 38. RGB value is (242,145,56). Sum of RGB (Red+Green+Blue) = 242+145+56=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F29138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29138 is #0D6EC7. Grayscale: #A4A4A4. Windows color (decimal): -880328 or 3707378. OLE color: 3707378.
HSL color Cylindrical-coordinate representation of color #F29138: hue angle of 28.71º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F29138 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 56 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.05 |
| HSL | 28.71º | 0.88% | 0.58% | - |
| HSV(B) | 28.71º | 0.77% | 0.95% | - |
| XYZ | 47.46 | 39.41 | 8.85 | - |
| YUV | 163.86 | 67.14 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 56 | 0 | 0.40 | 0.77 | 0.05 | 28.71 | 0.88 | 0.58 |
| Hex | F2 | 91 | 38 | 0 | 28 | 4D | 5 | 1D | 58 | 3A |
| Octal | 362 | 221 | 70 | 0 | 50 | 115 | 5 | 35 | 130 | 72 |
| Binary | 11110010 | 10010001 | 111000 | 0 | 101000 | 1001101 | 101 | 11101 | 1011000 | 111010 |
Color Harmonies of #F29138
Complementary color
Monochromatic Colors of #F29138
Black with #F29138
Text Example
Text Example
White with #F29138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29138; }
p { color: rgb(242,145,56); }
H1.HeaderClassName
{
color: #F29138;
}
.AnyTagClassName
{
color: #F29138;
}
</style>
background-color css
<style>
a { background-color: #F29138; }
a { background-color: rgb(242,145,56); }
div.DivClassName
{
background-color: #F29138;
}
.BgClassName
{
background-color: #F29138;
}
</style>
border-color css
<style>
span { border-color: #F29138; }
span { border-color: rgb(242,145,56); }
td.TdClassName
{
border-color: #F29138;
}
.TagClassName
{
border-color: #F29138;
}
</style>