Shades of Lightning Yellow #F8AD2E
Tints of Lightning Yellow #F8AD2E
RGB
CMYK
RGB Variations
Color information
#F8AD2E (or 0xF8AD2E) is known color: Lightning Yellow. HEX triplet: F8, AD and 2E. RGB value is (248,173,46). Sum of RGB (Red+Green+Blue) = 248+173+46=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AD2E is #0752D1. Grayscale: #B5B5B5. Windows color (decimal): -479954 or 3059192. OLE color: 3059192.
HSL color Cylindrical-coordinate representation of color #F8AD2E: hue angle of 37.72º degrees, saturation: 0.94, 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 #F8AD2E is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 46 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.03 |
| HSL | 37.72º | 0.94% | 0.58% | - |
| HSV(B) | 37.72º | 0.81% | 0.97% | - |
| XYZ | 54.15 | 50.04 | 9.39 | - |
| YUV | 180.95 | 51.85 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 46 | 0 | 0.30 | 0.81 | 0.03 | 37.72 | 0.94 | 0.58 |
| Hex | F8 | AD | 2E | 0 | 1E | 51 | 3 | 26 | 5E | 3A |
| Octal | 370 | 255 | 56 | 0 | 36 | 121 | 3 | 46 | 136 | 72 |
| Binary | 11111000 | 10101101 | 101110 | 0 | 11110 | 1010001 | 11 | 100110 | 1011110 | 111010 |
Color Harmonies of #F8AD2E
Complementary color
Monochromatic Colors of #F8AD2E
Black with #F8AD2E
Text Example
Text Example
White with #F8AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD2E; }
p { color: rgb(248,173,46); }
H1.HeaderClassName
{
color: #F8AD2E;
}
.AnyTagClassName
{
color: #F8AD2E;
}
</style>
background-color css
<style>
a { background-color: #F8AD2E; }
a { background-color: rgb(248,173,46); }
div.DivClassName
{
background-color: #F8AD2E;
}
.BgClassName
{
background-color: #F8AD2E;
}
</style>
border-color css
<style>
span { border-color: #F8AD2E; }
span { border-color: rgb(248,173,46); }
td.TdClassName
{
border-color: #F8AD2E;
}
.TagClassName
{
border-color: #F8AD2E;
}
</style>