Shades of Lightning Yellow #F8A537
Tints of Lightning Yellow #F8A537
RGB
CMYK
RGB Variations
Color information
#F8A537 (or 0xF8A537) is known color: Lightning Yellow. HEX triplet: F8, A5 and 37. RGB value is (248,165,55). Sum of RGB (Red+Green+Blue) = 248+165+55=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A537 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A537 is #075AC8. Grayscale: #B1B1B1. Windows color (decimal): -481993 or 3646968. OLE color: 3646968.
HSL color Cylindrical-coordinate representation of color #F8A537: hue angle of 34.2º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8A537 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 55 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.03 |
| HSL | 34.2º | 0.93% | 0.59% | - |
| HSV(B) | 34.2º | 0.78% | 0.97% | - |
| XYZ | 52.86 | 47.14 | 9.93 | - |
| YUV | 177.28 | 59 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 55 | 0 | 0.33 | 0.78 | 0.03 | 34.2 | 0.93 | 0.59 |
| Hex | F8 | A5 | 37 | 0 | 21 | 4E | 3 | 22 | 5D | 3B |
| Octal | 370 | 245 | 67 | 0 | 41 | 116 | 3 | 42 | 135 | 73 |
| Binary | 11111000 | 10100101 | 110111 | 0 | 100001 | 1001110 | 11 | 100010 | 1011101 | 111011 |
Color Harmonies of #F8A537
Complementary color
Monochromatic Colors of #F8A537
Black with #F8A537
Text Example
Text Example
White with #F8A537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A537; }
p { color: rgb(248,165,55); }
H1.HeaderClassName
{
color: #F8A537;
}
.AnyTagClassName
{
color: #F8A537;
}
</style>
background-color css
<style>
a { background-color: #F8A537; }
a { background-color: rgb(248,165,55); }
div.DivClassName
{
background-color: #F8A537;
}
.BgClassName
{
background-color: #F8A537;
}
</style>
border-color css
<style>
span { border-color: #F8A537; }
span { border-color: rgb(248,165,55); }
td.TdClassName
{
border-color: #F8A537;
}
.TagClassName
{
border-color: #F8A537;
}
</style>