Shades of Sun #F98B2A
Tints of Sun #F98B2A
RGB
CMYK
RGB Variations
Color information
#F98B2A (or 0xF98B2A) is known color: Sun. HEX triplet: F9, 8B and 2A. RGB value is (249,139,42). Sum of RGB (Red+Green+Blue) = 249+139+42=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98B2A is #0674D5. Grayscale: #A1A1A1. Windows color (decimal): -423126 or 2788345. OLE color: 2788345.
HSL color Cylindrical-coordinate representation of color #F98B2A: hue angle of 28.12º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F98B2A is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 42 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.02 |
| HSL | 28.12º | 0.95% | 0.57% | - |
| HSV(B) | 28.12º | 0.83% | 0.98% | - |
| XYZ | 48.72 | 38.77 | 7.11 | - |
| YUV | 160.83 | 60.94 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 42 | 0 | 0.44 | 0.83 | 0.02 | 28.12 | 0.95 | 0.57 |
| Hex | F9 | 8B | 2A | 0 | 2C | 53 | 2 | 1C | 5F | 39 |
| Octal | 371 | 213 | 52 | 0 | 54 | 123 | 2 | 34 | 137 | 71 |
| Binary | 11111001 | 10001011 | 101010 | 0 | 101100 | 1010011 | 10 | 11100 | 1011111 | 111001 |
Color Harmonies of #F98B2A
Complementary color
Monochromatic Colors of #F98B2A
Black with #F98B2A
Text Example
Text Example
White with #F98B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98B2A; }
p { color: rgb(249,139,42); }
H1.HeaderClassName
{
color: #F98B2A;
}
.AnyTagClassName
{
color: #F98B2A;
}
</style>
background-color css
<style>
a { background-color: #F98B2A; }
a { background-color: rgb(249,139,42); }
div.DivClassName
{
background-color: #F98B2A;
}
.BgClassName
{
background-color: #F98B2A;
}
</style>
border-color css
<style>
span { border-color: #F98B2A; }
span { border-color: rgb(249,139,42); }
td.TdClassName
{
border-color: #F98B2A;
}
.TagClassName
{
border-color: #F98B2A;
}
</style>