Shades of Lightning Yellow #F8AD27
Tints of Lightning Yellow #F8AD27
RGB
CMYK
RGB Variations
Color information
#F8AD27 (or 0xF8AD27) is known color: Lightning Yellow. HEX triplet: F8, AD and 27. RGB value is (248,173,39). Sum of RGB (Red+Green+Blue) = 248+173+39=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AD27 is #0752D8. Grayscale: #B4B4B4. Windows color (decimal): -479961 or 2600440. OLE color: 2600440.
HSL color Cylindrical-coordinate representation of color #F8AD27: hue angle of 38.47º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8AD27 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 39 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.03 |
| HSL | 38.47º | 0.94% | 0.56% | - |
| HSV(B) | 38.47º | 0.84% | 0.97% | - |
| XYZ | 54.02 | 49.99 | 8.72 | - |
| YUV | 180.15 | 48.35 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 39 | 0 | 0.30 | 0.84 | 0.03 | 38.47 | 0.94 | 0.56 |
| Hex | F8 | AD | 27 | 0 | 1E | 54 | 3 | 26 | 5E | 38 |
| Octal | 370 | 255 | 47 | 0 | 36 | 124 | 3 | 46 | 136 | 70 |
| Binary | 11111000 | 10101101 | 100111 | 0 | 11110 | 1010100 | 11 | 100110 | 1011110 | 111000 |
Color Harmonies of #F8AD27
Complementary color
Monochromatic Colors of #F8AD27
Black with #F8AD27
Text Example
Text Example
White with #F8AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD27; }
p { color: rgb(248,173,39); }
H1.HeaderClassName
{
color: #F8AD27;
}
.AnyTagClassName
{
color: #F8AD27;
}
</style>
background-color css
<style>
a { background-color: #F8AD27; }
a { background-color: rgb(248,173,39); }
div.DivClassName
{
background-color: #F8AD27;
}
.BgClassName
{
background-color: #F8AD27;
}
</style>
border-color css
<style>
span { border-color: #F8AD27; }
span { border-color: rgb(248,173,39); }
td.TdClassName
{
border-color: #F8AD27;
}
.TagClassName
{
border-color: #F8AD27;
}
</style>