Shades of Lightning Yellow #FFA334
Tints of Lightning Yellow #FFA334
RGB
CMYK
RGB Variations
Color information
#FFA334 (or 0xFFA334) is known color: Lightning Yellow. HEX triplet: FF, A3 and 34. RGB value is (255,163,52). Sum of RGB (Red+Green+Blue) = 255+163+52=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA334 is #005CCB. Grayscale: #B2B2B2. Windows color (decimal): -23756 or 3449855. OLE color: 3449855.
HSL color Cylindrical-coordinate representation of color #FFA334: hue angle of 32.81º 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 #FFA334 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 52 | - |
| CMYK | 0 | 0.36 | 0.80 | 0 |
| HSL | 32.81º | 1% | 0.6% | - |
| HSV(B) | 32.81º | 0.8% | 1% | - |
| XYZ | 54.96 | 47.7 | 9.56 | - |
| YUV | 177.85 | 56.98 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 52 | 0 | 0.36 | 0.80 | 0 | 32.81 | 1 | 0.6 |
| Hex | FF | A3 | 34 | 0 | 24 | 50 | 0 | 21 | 64 | 3C |
| Octal | 377 | 243 | 64 | 0 | 44 | 120 | 0 | 41 | 144 | 74 |
| Binary | 11111111 | 10100011 | 110100 | 0 | 100100 | 1010000 | 0 | 100001 | 1100100 | 111100 |
Color Harmonies of #FFA334
Complementary color
Monochromatic Colors of #FFA334
Black with #FFA334
Text Example
Text Example
White with #FFA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA334; }
p { color: rgb(255,163,52); }
H1.HeaderClassName
{
color: #FFA334;
}
.AnyTagClassName
{
color: #FFA334;
}
</style>
background-color css
<style>
a { background-color: #FFA334; }
a { background-color: rgb(255,163,52); }
div.DivClassName
{
background-color: #FFA334;
}
.BgClassName
{
background-color: #FFA334;
}
</style>
border-color css
<style>
span { border-color: #FFA334; }
span { border-color: rgb(255,163,52); }
td.TdClassName
{
border-color: #FFA334;
}
.TagClassName
{
border-color: #FFA334;
}
</style>