Shades of Lightning Yellow #F8A232
Tints of Lightning Yellow #F8A232
RGB
CMYK
RGB Variations
Color information
#F8A232 (or 0xF8A232) is known color: Lightning Yellow. HEX triplet: F8, A2 and 32. RGB value is (248,162,50). Sum of RGB (Red+Green+Blue) = 248+162+50=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A232 is #075DCD. Grayscale: #AFAFAF. Windows color (decimal): -482766 or 3318520. OLE color: 3318520.
HSL color Cylindrical-coordinate representation of color #F8A232: hue angle of 33.94º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8A232 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 50 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.03 |
| HSL | 33.94º | 0.93% | 0.58% | - |
| HSV(B) | 33.94º | 0.8% | 0.97% | - |
| XYZ | 52.21 | 46.03 | 9.15 | - |
| YUV | 174.95 | 57.49 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 50 | 0 | 0.35 | 0.80 | 0.03 | 33.94 | 0.93 | 0.58 |
| Hex | F8 | A2 | 32 | 0 | 23 | 50 | 3 | 22 | 5D | 3A |
| Octal | 370 | 242 | 62 | 0 | 43 | 120 | 3 | 42 | 135 | 72 |
| Binary | 11111000 | 10100010 | 110010 | 0 | 100011 | 1010000 | 11 | 100010 | 1011101 | 111010 |
Color Harmonies of #F8A232
Complementary color
Monochromatic Colors of #F8A232
Black with #F8A232
Text Example
Text Example
White with #F8A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A232; }
p { color: rgb(248,162,50); }
H1.HeaderClassName
{
color: #F8A232;
}
.AnyTagClassName
{
color: #F8A232;
}
</style>
background-color css
<style>
a { background-color: #F8A232; }
a { background-color: rgb(248,162,50); }
div.DivClassName
{
background-color: #F8A232;
}
.BgClassName
{
background-color: #F8A232;
}
</style>
border-color css
<style>
span { border-color: #F8A232; }
span { border-color: rgb(248,162,50); }
td.TdClassName
{
border-color: #F8A232;
}
.TagClassName
{
border-color: #F8A232;
}
</style>