Shades of Sun #F98A2A
Tints of Sun #F98A2A
RGB
CMYK
RGB Variations
Color information
#F98A2A (or 0xF98A2A) is known color: Sun. HEX triplet: F9, 8A and 2A. RGB value is (249,138,42). Sum of RGB (Red+Green+Blue) = 249+138+42=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98A2A is #0675D5. Grayscale: #A0A0A0. Windows color (decimal): -423382 or 2788089. OLE color: 2788089.
HSL color Cylindrical-coordinate representation of color #F98A2A: hue angle of 27.83º 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 #F98A2A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 42 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.02 |
| HSL | 27.83º | 0.95% | 0.57% | - |
| HSV(B) | 27.83º | 0.83% | 0.98% | - |
| XYZ | 48.57 | 38.48 | 7.06 | - |
| YUV | 160.25 | 61.27 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 42 | 0 | 0.45 | 0.83 | 0.02 | 27.83 | 0.95 | 0.57 |
| Hex | F9 | 8A | 2A | 0 | 2D | 53 | 2 | 1C | 5F | 39 |
| Octal | 371 | 212 | 52 | 0 | 55 | 123 | 2 | 34 | 137 | 71 |
| Binary | 11111001 | 10001010 | 101010 | 0 | 101101 | 1010011 | 10 | 11100 | 1011111 | 111001 |
Color Harmonies of #F98A2A
Complementary color
Monochromatic Colors of #F98A2A
Black with #F98A2A
Text Example
Text Example
White with #F98A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A2A; }
p { color: rgb(249,138,42); }
H1.HeaderClassName
{
color: #F98A2A;
}
.AnyTagClassName
{
color: #F98A2A;
}
</style>
background-color css
<style>
a { background-color: #F98A2A; }
a { background-color: rgb(249,138,42); }
div.DivClassName
{
background-color: #F98A2A;
}
.BgClassName
{
background-color: #F98A2A;
}
</style>
border-color css
<style>
span { border-color: #F98A2A; }
span { border-color: rgb(249,138,42); }
td.TdClassName
{
border-color: #F98A2A;
}
.TagClassName
{
border-color: #F98A2A;
}
</style>