Shades of Lightning Yellow #F8A22F
Tints of Lightning Yellow #F8A22F
RGB
CMYK
RGB Variations
Color information
#F8A22F (or 0xF8A22F) is known color: Lightning Yellow. HEX triplet: F8, A2 and 2F. RGB value is (248,162,47). Sum of RGB (Red+Green+Blue) = 248+162+47=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A22F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A22F is #075DD0. Grayscale: #AFAFAF. Windows color (decimal): -482769 or 3121912. OLE color: 3121912.
HSL color Cylindrical-coordinate representation of color #F8A22F: hue angle of 34.33º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8A22F is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 47 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.03 |
| HSL | 34.33º | 0.93% | 0.58% | - |
| HSV(B) | 34.33º | 0.81% | 0.97% | - |
| XYZ | 52.14 | 46 | 8.82 | - |
| YUV | 174.6 | 55.99 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 47 | 0 | 0.35 | 0.81 | 0.03 | 34.33 | 0.93 | 0.58 |
| Hex | F8 | A2 | 2F | 0 | 23 | 51 | 3 | 22 | 5D | 3A |
| Octal | 370 | 242 | 57 | 0 | 43 | 121 | 3 | 42 | 135 | 72 |
| Binary | 11111000 | 10100010 | 101111 | 0 | 100011 | 1010001 | 11 | 100010 | 1011101 | 111010 |
Color Harmonies of #F8A22F
Complementary color
Monochromatic Colors of #F8A22F
Black with #F8A22F
Text Example
Text Example
White with #F8A22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A22F; }
p { color: rgb(248,162,47); }
H1.HeaderClassName
{
color: #F8A22F;
}
.AnyTagClassName
{
color: #F8A22F;
}
</style>
background-color css
<style>
a { background-color: #F8A22F; }
a { background-color: rgb(248,162,47); }
div.DivClassName
{
background-color: #F8A22F;
}
.BgClassName
{
background-color: #F8A22F;
}
</style>
border-color css
<style>
span { border-color: #F8A22F; }
span { border-color: rgb(248,162,47); }
td.TdClassName
{
border-color: #F8A22F;
}
.TagClassName
{
border-color: #F8A22F;
}
</style>