Shades of Lightning Yellow #FFA434
Tints of Lightning Yellow #FFA434
RGB
CMYK
RGB Variations
Color information
#FFA434 (or 0xFFA434) is known color: Lightning Yellow. HEX triplet: FF, A4 and 34. RGB value is (255,164,52). Sum of RGB (Red+Green+Blue) = 255+164+52=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA434 is #005BCB. Grayscale: #B2B2B2. Windows color (decimal): -23500 or 3450111. OLE color: 3450111.
HSL color Cylindrical-coordinate representation of color #FFA434: hue angle of 33.1º 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 #FFA434 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 52 | - |
| CMYK | 0 | 0.36 | 0.80 | 0 |
| HSL | 33.1º | 1% | 0.6% | - |
| HSV(B) | 33.1º | 0.8% | 1% | - |
| XYZ | 55.14 | 48.06 | 9.62 | - |
| YUV | 178.44 | 56.65 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 52 | 0 | 0.36 | 0.80 | 0 | 33.1 | 1 | 0.6 |
| Hex | FF | A4 | 34 | 0 | 24 | 50 | 0 | 21 | 64 | 3C |
| Octal | 377 | 244 | 64 | 0 | 44 | 120 | 0 | 41 | 144 | 74 |
| Binary | 11111111 | 10100100 | 110100 | 0 | 100100 | 1010000 | 0 | 100001 | 1100100 | 111100 |
Color Harmonies of #FFA434
Complementary color
Monochromatic Colors of #FFA434
Black with #FFA434
Text Example
Text Example
White with #FFA434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA434; }
p { color: rgb(255,164,52); }
H1.HeaderClassName
{
color: #FFA434;
}
.AnyTagClassName
{
color: #FFA434;
}
</style>
background-color css
<style>
a { background-color: #FFA434; }
a { background-color: rgb(255,164,52); }
div.DivClassName
{
background-color: #FFA434;
}
.BgClassName
{
background-color: #FFA434;
}
</style>
border-color css
<style>
span { border-color: #FFA434; }
span { border-color: rgb(255,164,52); }
td.TdClassName
{
border-color: #FFA434;
}
.TagClassName
{
border-color: #FFA434;
}
</style>