Shades of Lightning Yellow #F8AC2E
Tints of Lightning Yellow #F8AC2E
RGB
CMYK
RGB Variations
Color information
#F8AC2E (or 0xF8AC2E) is known color: Lightning Yellow. HEX triplet: F8, AC and 2E. RGB value is (248,172,46). Sum of RGB (Red+Green+Blue) = 248+172+46=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AC2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AC2E is #0753D1. Grayscale: #B4B4B4. Windows color (decimal): -480210 or 3058936. OLE color: 3058936.
HSL color Cylindrical-coordinate representation of color #F8AC2E: hue angle of 37.43º 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 #F8AC2E is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 172 | 46 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.03 |
| HSL | 37.43º | 0.94% | 0.58% | - |
| HSV(B) | 37.43º | 0.81% | 0.97% | - |
| XYZ | 53.96 | 49.66 | 9.33 | - |
| YUV | 180.36 | 52.18 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 172 | 46 | 0 | 0.31 | 0.81 | 0.03 | 37.43 | 0.94 | 0.58 |
| Hex | F8 | AC | 2E | 0 | 1F | 51 | 3 | 25 | 5E | 3A |
| Octal | 370 | 254 | 56 | 0 | 37 | 121 | 3 | 45 | 136 | 72 |
| Binary | 11111000 | 10101100 | 101110 | 0 | 11111 | 1010001 | 11 | 100101 | 1011110 | 111010 |
Color Harmonies of #F8AC2E
Complementary color
Monochromatic Colors of #F8AC2E
Black with #F8AC2E
Text Example
Text Example
White with #F8AC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AC2E; }
p { color: rgb(248,172,46); }
H1.HeaderClassName
{
color: #F8AC2E;
}
.AnyTagClassName
{
color: #F8AC2E;
}
</style>
background-color css
<style>
a { background-color: #F8AC2E; }
a { background-color: rgb(248,172,46); }
div.DivClassName
{
background-color: #F8AC2E;
}
.BgClassName
{
background-color: #F8AC2E;
}
</style>
border-color css
<style>
span { border-color: #F8AC2E; }
span { border-color: rgb(248,172,46); }
td.TdClassName
{
border-color: #F8AC2E;
}
.TagClassName
{
border-color: #F8AC2E;
}
</style>