Shades of Lightning Yellow #F9A238
Tints of Lightning Yellow #F9A238
RGB
CMYK
RGB Variations
Color information
#F9A238 (or 0xF9A238) is known color: Lightning Yellow. HEX triplet: F9, A2 and 38. RGB value is (249,162,56). Sum of RGB (Red+Green+Blue) = 249+162+56=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A238 is #065DC7. Grayscale: #B0B0B0. Windows color (decimal): -417224 or 3711737. OLE color: 3711737.
HSL color Cylindrical-coordinate representation of color #F9A238: hue angle of 32.95º 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 #F9A238 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 56 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.02 |
| HSL | 32.95º | 0.94% | 0.6% | - |
| HSV(B) | 32.95º | 0.78% | 0.98% | - |
| XYZ | 52.7 | 46.27 | 9.89 | - |
| YUV | 175.93 | 60.32 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 56 | 0 | 0.35 | 0.78 | 0.02 | 32.95 | 0.94 | 0.6 |
| Hex | F9 | A2 | 38 | 0 | 23 | 4E | 2 | 21 | 5E | 3C |
| Octal | 371 | 242 | 70 | 0 | 43 | 116 | 2 | 41 | 136 | 74 |
| Binary | 11111001 | 10100010 | 111000 | 0 | 100011 | 1001110 | 10 | 100001 | 1011110 | 111100 |
Color Harmonies of #F9A238
Complementary color
Monochromatic Colors of #F9A238
Black with #F9A238
Text Example
Text Example
White with #F9A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A238; }
p { color: rgb(249,162,56); }
H1.HeaderClassName
{
color: #F9A238;
}
.AnyTagClassName
{
color: #F9A238;
}
</style>
background-color css
<style>
a { background-color: #F9A238; }
a { background-color: rgb(249,162,56); }
div.DivClassName
{
background-color: #F9A238;
}
.BgClassName
{
background-color: #F9A238;
}
</style>
border-color css
<style>
span { border-color: #F9A238; }
span { border-color: rgb(249,162,56); }
td.TdClassName
{
border-color: #F9A238;
}
.TagClassName
{
border-color: #F9A238;
}
</style>