Shades of Lightning Yellow #FFA833
Tints of Lightning Yellow #FFA833
RGB
CMYK
RGB Variations
Color information
#FFA833 (or 0xFFA833) is known color: Lightning Yellow. HEX triplet: FF, A8 and 33. RGB value is (255,168,51). Sum of RGB (Red+Green+Blue) = 255+168+51=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 51 (20.31% from 255 or 10.76% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA833 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA833 is #0057CC. Grayscale: #B5B5B5. Windows color (decimal): -22477 or 3385599. OLE color: 3385599.
HSL color Cylindrical-coordinate representation of color #FFA833: hue angle of 34.41º 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 #FFA833 is Cyan = 0, Magento = 0.34, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 51 | - |
| CMYK | 0 | 0.34 | 0.8 | 0 |
| HSL | 34.41º | 1% | 0.6% | - |
| HSV(B) | 34.41º | 0.8% | 1% | - |
| XYZ | 55.84 | 49.5 | 9.74 | - |
| YUV | 180.68 | 54.82 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 51 | 0 | 0.34 | 0.8 | 0 | 34.41 | 1 | 0.6 |
| Hex | FF | A8 | 33 | 0 | 22 | 50 | 0 | 22 | 64 | 3C |
| Octal | 377 | 250 | 63 | 0 | 42 | 120 | 0 | 42 | 144 | 74 |
| Binary | 11111111 | 10101000 | 110011 | 0 | 100010 | 1010000 | 0 | 100010 | 1100100 | 111100 |
Color Harmonies of #FFA833
Complementary color
Monochromatic Colors of #FFA833
Black with #FFA833
Text Example
Text Example
White with #FFA833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA833; }
p { color: rgb(255,168,51); }
H1.HeaderClassName
{
color: #FFA833;
}
.AnyTagClassName
{
color: #FFA833;
}
</style>
background-color css
<style>
a { background-color: #FFA833; }
a { background-color: rgb(255,168,51); }
div.DivClassName
{
background-color: #FFA833;
}
.BgClassName
{
background-color: #FFA833;
}
</style>
border-color css
<style>
span { border-color: #FFA833; }
span { border-color: rgb(255,168,51); }
td.TdClassName
{
border-color: #FFA833;
}
.TagClassName
{
border-color: #FFA833;
}
</style>