Shades of Sun #F99238
Tints of Sun #F99238
RGB
CMYK
RGB Variations
Color information
#F99238 (or 0xF99238) is known color: Sun. HEX triplet: F9, 92 and 38. RGB value is (249,146,56). Sum of RGB (Red+Green+Blue) = 249+146+56=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F99238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99238 is #066DC7. Grayscale: #A7A7A7. Windows color (decimal): -421320 or 3707641. OLE color: 3707641.
HSL color Cylindrical-coordinate representation of color #F99238: hue angle of 27.98º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F99238 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 56 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.02 |
| HSL | 27.98º | 0.94% | 0.6% | - |
| HSV(B) | 27.98º | 0.78% | 0.98% | - |
| XYZ | 50.06 | 40.98 | 9.01 | - |
| YUV | 166.54 | 65.62 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 56 | 0 | 0.41 | 0.78 | 0.02 | 27.98 | 0.94 | 0.6 |
| Hex | F9 | 92 | 38 | 0 | 29 | 4E | 2 | 1C | 5E | 3C |
| Octal | 371 | 222 | 70 | 0 | 51 | 116 | 2 | 34 | 136 | 74 |
| Binary | 11111001 | 10010010 | 111000 | 0 | 101001 | 1001110 | 10 | 11100 | 1011110 | 111100 |
Color Harmonies of #F99238
Complementary color
Monochromatic Colors of #F99238
Black with #F99238
Text Example
Text Example
White with #F99238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99238; }
p { color: rgb(249,146,56); }
H1.HeaderClassName
{
color: #F99238;
}
.AnyTagClassName
{
color: #F99238;
}
</style>
background-color css
<style>
a { background-color: #F99238; }
a { background-color: rgb(249,146,56); }
div.DivClassName
{
background-color: #F99238;
}
.BgClassName
{
background-color: #F99238;
}
</style>
border-color css
<style>
span { border-color: #F99238; }
span { border-color: rgb(249,146,56); }
td.TdClassName
{
border-color: #F99238;
}
.TagClassName
{
border-color: #F99238;
}
</style>