Shades of Lightning Yellow #FFA134
Tints of Lightning Yellow #FFA134
RGB
CMYK
RGB Variations
Color information
#FFA134 (or 0xFFA134) is known color: Lightning Yellow. HEX triplet: FF, A1 and 34. RGB value is (255,161,52). Sum of RGB (Red+Green+Blue) = 255+161+52=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA134 is #005ECB. Grayscale: #B1B1B1. Windows color (decimal): -24268 or 3449343. OLE color: 3449343.
HSL color Cylindrical-coordinate representation of color #FFA134: hue angle of 32.22º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFA134 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 52 | - |
| CMYK | 0 | 0.37 | 0.80 | 0 |
| HSL | 32.22º | 1% | 0.6% | - |
| HSV(B) | 32.22º | 0.8% | 1% | - |
| XYZ | 54.6 | 47 | 9.44 | - |
| YUV | 176.68 | 57.64 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 52 | 0 | 0.37 | 0.80 | 0 | 32.22 | 1 | 0.6 |
| Hex | FF | A1 | 34 | 0 | 25 | 50 | 0 | 20 | 64 | 3C |
| Octal | 377 | 241 | 64 | 0 | 45 | 120 | 0 | 40 | 144 | 74 |
| Binary | 11111111 | 10100001 | 110100 | 0 | 100101 | 1010000 | 0 | 100000 | 1100100 | 111100 |
Color Harmonies of #FFA134
Complementary color
Monochromatic Colors of #FFA134
Black with #FFA134
Text Example
Text Example
White with #FFA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA134; }
p { color: rgb(255,161,52); }
H1.HeaderClassName
{
color: #FFA134;
}
.AnyTagClassName
{
color: #FFA134;
}
</style>
background-color css
<style>
a { background-color: #FFA134; }
a { background-color: rgb(255,161,52); }
div.DivClassName
{
background-color: #FFA134;
}
.BgClassName
{
background-color: #FFA134;
}
</style>
border-color css
<style>
span { border-color: #FFA134; }
span { border-color: rgb(255,161,52); }
td.TdClassName
{
border-color: #FFA134;
}
.TagClassName
{
border-color: #FFA134;
}
</style>