Shades of Lightning Yellow #FFA233
Tints of Lightning Yellow #FFA233
RGB
CMYK
RGB Variations
Color information
#FFA233 (or 0xFFA233) is known color: Lightning Yellow. HEX triplet: FF, A2 and 33. RGB value is (255,162,51). Sum of RGB (Red+Green+Blue) = 255+162+51=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 51 (20.31% from 255 or 10.90% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA233 is #005DCC. Grayscale: #B1B1B1. Windows color (decimal): -24013 or 3384063. OLE color: 3384063.
HSL color Cylindrical-coordinate representation of color #FFA233: hue angle of 32.65º 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 #FFA233 is Cyan = 0, Magento = 0.36, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 51 | - |
| CMYK | 0 | 0.36 | 0.8 | 0 |
| HSL | 32.65º | 1% | 0.6% | - |
| HSV(B) | 32.65º | 0.8% | 1% | - |
| XYZ | 54.76 | 47.34 | 9.38 | - |
| YUV | 177.15 | 56.81 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 51 | 0 | 0.36 | 0.8 | 0 | 32.65 | 1 | 0.6 |
| Hex | FF | A2 | 33 | 0 | 24 | 50 | 0 | 21 | 64 | 3C |
| Octal | 377 | 242 | 63 | 0 | 44 | 120 | 0 | 41 | 144 | 74 |
| Binary | 11111111 | 10100010 | 110011 | 0 | 100100 | 1010000 | 0 | 100001 | 1100100 | 111100 |
Color Harmonies of #FFA233
Complementary color
Monochromatic Colors of #FFA233
Black with #FFA233
Text Example
Text Example
White with #FFA233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA233; }
p { color: rgb(255,162,51); }
H1.HeaderClassName
{
color: #FFA233;
}
.AnyTagClassName
{
color: #FFA233;
}
</style>
background-color css
<style>
a { background-color: #FFA233; }
a { background-color: rgb(255,162,51); }
div.DivClassName
{
background-color: #FFA233;
}
.BgClassName
{
background-color: #FFA233;
}
</style>
border-color css
<style>
span { border-color: #FFA233; }
span { border-color: rgb(255,162,51); }
td.TdClassName
{
border-color: #FFA233;
}
.TagClassName
{
border-color: #FFA233;
}
</style>