Shades of Sun #F98C38
Tints of Sun #F98C38
RGB
CMYK
RGB Variations
Color information
#F98C38 (or 0xF98C38) is known color: Sun. HEX triplet: F9, 8C and 38. RGB value is (249,140,56). Sum of RGB (Red+Green+Blue) = 249+140+56=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98C38 is #0673C7. Grayscale: #A3A3A3. Windows color (decimal): -422856 or 3706105. OLE color: 3706105.
HSL color Cylindrical-coordinate representation of color #F98C38: hue angle of 26.11º 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 #F98C38 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 56 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.02 |
| HSL | 26.11º | 0.94% | 0.6% | - |
| HSV(B) | 26.11º | 0.78% | 0.98% | - |
| XYZ | 49.16 | 39.18 | 8.71 | - |
| YUV | 163.02 | 67.61 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 56 | 0 | 0.44 | 0.78 | 0.02 | 26.11 | 0.94 | 0.6 |
| Hex | F9 | 8C | 38 | 0 | 2C | 4E | 2 | 1A | 5E | 3C |
| Octal | 371 | 214 | 70 | 0 | 54 | 116 | 2 | 32 | 136 | 74 |
| Binary | 11111001 | 10001100 | 111000 | 0 | 101100 | 1001110 | 10 | 11010 | 1011110 | 111100 |
Color Harmonies of #F98C38
Complementary color
Monochromatic Colors of #F98C38
Black with #F98C38
Text Example
Text Example
White with #F98C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C38; }
p { color: rgb(249,140,56); }
H1.HeaderClassName
{
color: #F98C38;
}
.AnyTagClassName
{
color: #F98C38;
}
</style>
background-color css
<style>
a { background-color: #F98C38; }
a { background-color: rgb(249,140,56); }
div.DivClassName
{
background-color: #F98C38;
}
.BgClassName
{
background-color: #F98C38;
}
</style>
border-color css
<style>
span { border-color: #F98C38; }
span { border-color: rgb(249,140,56); }
td.TdClassName
{
border-color: #F98C38;
}
.TagClassName
{
border-color: #F98C38;
}
</style>