Shades of Lightning Yellow #FFA82C
Tints of Lightning Yellow #FFA82C
RGB
CMYK
RGB Variations
Color information
#FFA82C (or 0xFFA82C) is known color: Lightning Yellow. HEX triplet: FF, A8 and 2C. RGB value is (255,168,44). Sum of RGB (Red+Green+Blue) = 255+168+44=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA82C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA82C is #0057D3. Grayscale: #B4B4B4. Windows color (decimal): -22484 or 2926847. OLE color: 2926847.
HSL color Cylindrical-coordinate representation of color #FFA82C: hue angle of 35.26º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFA82C is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 44 | - |
| CMYK | 0 | 0.34 | 0.83 | 0 |
| HSL | 35.26º | 1% | 0.59% | - |
| HSV(B) | 35.26º | 0.83% | 1% | - |
| XYZ | 55.7 | 49.45 | 8.99 | - |
| YUV | 179.88 | 51.32 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 44 | 0 | 0.34 | 0.83 | 0 | 35.26 | 1 | 0.59 |
| Hex | FF | A8 | 2C | 0 | 22 | 53 | 0 | 23 | 64 | 3B |
| Octal | 377 | 250 | 54 | 0 | 42 | 123 | 0 | 43 | 144 | 73 |
| Binary | 11111111 | 10101000 | 101100 | 0 | 100010 | 1010011 | 0 | 100011 | 1100100 | 111011 |
Color Harmonies of #FFA82C
Complementary color
Monochromatic Colors of #FFA82C
Black with #FFA82C
Text Example
Text Example
White with #FFA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA82C; }
p { color: rgb(255,168,44); }
H1.HeaderClassName
{
color: #FFA82C;
}
.AnyTagClassName
{
color: #FFA82C;
}
</style>
background-color css
<style>
a { background-color: #FFA82C; }
a { background-color: rgb(255,168,44); }
div.DivClassName
{
background-color: #FFA82C;
}
.BgClassName
{
background-color: #FFA82C;
}
</style>
border-color css
<style>
span { border-color: #FFA82C; }
span { border-color: rgb(255,168,44); }
td.TdClassName
{
border-color: #FFA82C;
}
.TagClassName
{
border-color: #FFA82C;
}
</style>