Shades of Sun #F98A3D
Tints of Sun #F98A3D
RGB
CMYK
RGB Variations
Color information
#F98A3D (or 0xF98A3D) is known color: Sun. HEX triplet: F9, 8A and 3D. RGB value is (249,138,61). Sum of RGB (Red+Green+Blue) = 249+138+61=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98A3D is #0675C2. Grayscale: #A2A2A2. Windows color (decimal): -423363 or 4033273. OLE color: 4033273.
HSL color Cylindrical-coordinate representation of color #F98A3D: hue angle of 24.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F98A3D is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 61 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.02 |
| HSL | 24.57º | 0.94% | 0.61% | - |
| HSV(B) | 24.57º | 0.76% | 0.98% | - |
| XYZ | 49 | 38.65 | 9.29 | - |
| YUV | 162.41 | 70.77 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 61 | 0 | 0.45 | 0.76 | 0.02 | 24.57 | 0.94 | 0.61 |
| Hex | F9 | 8A | 3D | 0 | 2D | 4C | 2 | 19 | 5E | 3D |
| Octal | 371 | 212 | 75 | 0 | 55 | 114 | 2 | 31 | 136 | 75 |
| Binary | 11111001 | 10001010 | 111101 | 0 | 101101 | 1001100 | 10 | 11001 | 1011110 | 111101 |
Color Harmonies of #F98A3D
Complementary color
Monochromatic Colors of #F98A3D
Black with #F98A3D
Text Example
Text Example
White with #F98A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A3D; }
p { color: rgb(249,138,61); }
H1.HeaderClassName
{
color: #F98A3D;
}
.AnyTagClassName
{
color: #F98A3D;
}
</style>
background-color css
<style>
a { background-color: #F98A3D; }
a { background-color: rgb(249,138,61); }
div.DivClassName
{
background-color: #F98A3D;
}
.BgClassName
{
background-color: #F98A3D;
}
</style>
border-color css
<style>
span { border-color: #F98A3D; }
span { border-color: rgb(249,138,61); }
td.TdClassName
{
border-color: #F98A3D;
}
.TagClassName
{
border-color: #F98A3D;
}
</style>