Shades of Lightning Yellow #FFA32F
Tints of Lightning Yellow #FFA32F
RGB
CMYK
RGB Variations
Color information
#FFA32F (or 0xFFA32F) is known color: Lightning Yellow. HEX triplet: FF, A3 and 2F. RGB value is (255,163,47). Sum of RGB (Red+Green+Blue) = 255+163+47=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA32F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA32F is #005CD0. Grayscale: #B1B1B1. Windows color (decimal): -23761 or 3122175. OLE color: 3122175.
HSL color Cylindrical-coordinate representation of color #FFA32F: hue angle of 33.46º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFA32F is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 47 | - |
| CMYK | 0 | 0.36 | 0.82 | 0 |
| HSL | 33.46º | 1% | 0.59% | - |
| HSV(B) | 33.46º | 0.82% | 1% | - |
| XYZ | 54.85 | 47.66 | 9 | - |
| YUV | 177.28 | 54.48 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 47 | 0 | 0.36 | 0.82 | 0 | 33.46 | 1 | 0.59 |
| Hex | FF | A3 | 2F | 0 | 24 | 52 | 0 | 21 | 64 | 3B |
| Octal | 377 | 243 | 57 | 0 | 44 | 122 | 0 | 41 | 144 | 73 |
| Binary | 11111111 | 10100011 | 101111 | 0 | 100100 | 1010010 | 0 | 100001 | 1100100 | 111011 |
Color Harmonies of #FFA32F
Complementary color
Monochromatic Colors of #FFA32F
Black with #FFA32F
Text Example
Text Example
White with #FFA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA32F; }
p { color: rgb(255,163,47); }
H1.HeaderClassName
{
color: #FFA32F;
}
.AnyTagClassName
{
color: #FFA32F;
}
</style>
background-color css
<style>
a { background-color: #FFA32F; }
a { background-color: rgb(255,163,47); }
div.DivClassName
{
background-color: #FFA32F;
}
.BgClassName
{
background-color: #FFA32F;
}
</style>
border-color css
<style>
span { border-color: #FFA32F; }
span { border-color: rgb(255,163,47); }
td.TdClassName
{
border-color: #FFA32F;
}
.TagClassName
{
border-color: #FFA32F;
}
</style>