Shades of Lightning Yellow #F8A327
Tints of Lightning Yellow #F8A327
RGB
CMYK
RGB Variations
Color information
#F8A327 (or 0xF8A327) is known color: Lightning Yellow. HEX triplet: F8, A3 and 27. RGB value is (248,163,39). Sum of RGB (Red+Green+Blue) = 248+163+39=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 39 (15.62% from 255 or 8.67% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A327 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A327 is #075CD8. Grayscale: #AEAEAE. Windows color (decimal): -482521 or 2597880. OLE color: 2597880.
HSL color Cylindrical-coordinate representation of color #F8A327: hue angle of 35.6º 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 #F8A327 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 39 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.03 |
| HSL | 35.6º | 0.94% | 0.56% | - |
| HSV(B) | 35.6º | 0.84% | 0.97% | - |
| XYZ | 52.17 | 46.3 | 8.11 | - |
| YUV | 174.28 | 51.66 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 39 | 0 | 0.34 | 0.84 | 0.03 | 35.6 | 0.94 | 0.56 |
| Hex | F8 | A3 | 27 | 0 | 22 | 54 | 3 | 24 | 5E | 38 |
| Octal | 370 | 243 | 47 | 0 | 42 | 124 | 3 | 44 | 136 | 70 |
| Binary | 11111000 | 10100011 | 100111 | 0 | 100010 | 1010100 | 11 | 100100 | 1011110 | 111000 |
Color Harmonies of #F8A327
Complementary color
Monochromatic Colors of #F8A327
Black with #F8A327
Text Example
Text Example
White with #F8A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A327; }
p { color: rgb(248,163,39); }
H1.HeaderClassName
{
color: #F8A327;
}
.AnyTagClassName
{
color: #F8A327;
}
</style>
background-color css
<style>
a { background-color: #F8A327; }
a { background-color: rgb(248,163,39); }
div.DivClassName
{
background-color: #F8A327;
}
.BgClassName
{
background-color: #F8A327;
}
</style>
border-color css
<style>
span { border-color: #F8A327; }
span { border-color: rgb(248,163,39); }
td.TdClassName
{
border-color: #F8A327;
}
.TagClassName
{
border-color: #F8A327;
}
</style>