Shades of Lightning Yellow #FFA92F
Tints of Lightning Yellow #FFA92F
RGB
CMYK
RGB Variations
Color information
#FFA92F (or 0xFFA92F) is known color: Lightning Yellow. HEX triplet: FF, A9 and 2F. RGB value is (255,169,47). Sum of RGB (Red+Green+Blue) = 255+169+47=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA92F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA92F is #0056D0. Grayscale: #B5B5B5. Windows color (decimal): -22225 or 3123711. OLE color: 3123711.
HSL color Cylindrical-coordinate representation of color #FFA92F: hue angle of 35.19º 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 #FFA92F is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 47 | - |
| CMYK | 0 | 0.34 | 0.82 | 0 |
| HSL | 35.19º | 1% | 0.59% | - |
| HSV(B) | 35.19º | 0.82% | 1% | - |
| XYZ | 55.94 | 49.84 | 9.36 | - |
| YUV | 180.81 | 52.49 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 47 | 0 | 0.34 | 0.82 | 0 | 35.19 | 1 | 0.59 |
| Hex | FF | A9 | 2F | 0 | 22 | 52 | 0 | 23 | 64 | 3B |
| Octal | 377 | 251 | 57 | 0 | 42 | 122 | 0 | 43 | 144 | 73 |
| Binary | 11111111 | 10101001 | 101111 | 0 | 100010 | 1010010 | 0 | 100011 | 1100100 | 111011 |
Color Harmonies of #FFA92F
Complementary color
Monochromatic Colors of #FFA92F
Black with #FFA92F
Text Example
Text Example
White with #FFA92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA92F; }
p { color: rgb(255,169,47); }
H1.HeaderClassName
{
color: #FFA92F;
}
.AnyTagClassName
{
color: #FFA92F;
}
</style>
background-color css
<style>
a { background-color: #FFA92F; }
a { background-color: rgb(255,169,47); }
div.DivClassName
{
background-color: #FFA92F;
}
.BgClassName
{
background-color: #FFA92F;
}
</style>
border-color css
<style>
span { border-color: #FFA92F; }
span { border-color: rgb(255,169,47); }
td.TdClassName
{
border-color: #FFA92F;
}
.TagClassName
{
border-color: #FFA92F;
}
</style>