Shades of Lightning Yellow #FFA42D
Tints of Lightning Yellow #FFA42D
RGB
CMYK
RGB Variations
Color information
#FFA42D (or 0xFFA42D) is known color: Lightning Yellow. HEX triplet: FF, A4 and 2D. RGB value is (255,164,45). Sum of RGB (Red+Green+Blue) = 255+164+45=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA42D is #005BD2. Grayscale: #B2B2B2. Windows color (decimal): -23507 or 2991359. OLE color: 2991359.
HSL color Cylindrical-coordinate representation of color #FFA42D: hue angle of 34º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFA42D is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 45 | - |
| CMYK | 0 | 0.36 | 0.82 | 0 |
| HSL | 34º | 1% | 0.59% | - |
| HSV(B) | 34º | 0.82% | 1% | - |
| XYZ | 54.99 | 48 | 8.85 | - |
| YUV | 177.64 | 53.15 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 45 | 0 | 0.36 | 0.82 | 0 | 34 | 1 | 0.59 |
| Hex | FF | A4 | 2D | 0 | 24 | 52 | 0 | 22 | 64 | 3B |
| Octal | 377 | 244 | 55 | 0 | 44 | 122 | 0 | 42 | 144 | 73 |
| Binary | 11111111 | 10100100 | 101101 | 0 | 100100 | 1010010 | 0 | 100010 | 1100100 | 111011 |
Color Harmonies of #FFA42D
Complementary color
Monochromatic Colors of #FFA42D
Black with #FFA42D
Text Example
Text Example
White with #FFA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA42D; }
p { color: rgb(255,164,45); }
H1.HeaderClassName
{
color: #FFA42D;
}
.AnyTagClassName
{
color: #FFA42D;
}
</style>
background-color css
<style>
a { background-color: #FFA42D; }
a { background-color: rgb(255,164,45); }
div.DivClassName
{
background-color: #FFA42D;
}
.BgClassName
{
background-color: #FFA42D;
}
</style>
border-color css
<style>
span { border-color: #FFA42D; }
span { border-color: rgb(255,164,45); }
td.TdClassName
{
border-color: #FFA42D;
}
.TagClassName
{
border-color: #FFA42D;
}
</style>