Shades of Lightning Yellow #FFA234
Tints of Lightning Yellow #FFA234
RGB
CMYK
RGB Variations
Color information
#FFA234 (or 0xFFA234) is known color: Lightning Yellow. HEX triplet: FF, A2 and 34. RGB value is (255,162,52). Sum of RGB (Red+Green+Blue) = 255+162+52=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA234 is #005DCB. Grayscale: #B1B1B1. Windows color (decimal): -24012 or 3449599. OLE color: 3449599.
HSL color Cylindrical-coordinate representation of color #FFA234: hue angle of 32.51º 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 #FFA234 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 52 | - |
| CMYK | 0 | 0.36 | 0.80 | 0 |
| HSL | 32.51º | 1% | 0.6% | - |
| HSV(B) | 32.51º | 0.8% | 1% | - |
| XYZ | 54.78 | 47.35 | 9.5 | - |
| YUV | 177.27 | 57.31 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 52 | 0 | 0.36 | 0.80 | 0 | 32.51 | 1 | 0.6 |
| Hex | FF | A2 | 34 | 0 | 24 | 50 | 0 | 21 | 64 | 3C |
| Octal | 377 | 242 | 64 | 0 | 44 | 120 | 0 | 41 | 144 | 74 |
| Binary | 11111111 | 10100010 | 110100 | 0 | 100100 | 1010000 | 0 | 100001 | 1100100 | 111100 |
Color Harmonies of #FFA234
Complementary color
Monochromatic Colors of #FFA234
Black with #FFA234
Text Example
Text Example
White with #FFA234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA234; }
p { color: rgb(255,162,52); }
H1.HeaderClassName
{
color: #FFA234;
}
.AnyTagClassName
{
color: #FFA234;
}
</style>
background-color css
<style>
a { background-color: #FFA234; }
a { background-color: rgb(255,162,52); }
div.DivClassName
{
background-color: #FFA234;
}
.BgClassName
{
background-color: #FFA234;
}
</style>
border-color css
<style>
span { border-color: #FFA234; }
span { border-color: rgb(255,162,52); }
td.TdClassName
{
border-color: #FFA234;
}
.TagClassName
{
border-color: #FFA234;
}
</style>