Shades of Lightning Yellow #FFA62D
Tints of Lightning Yellow #FFA62D
RGB
CMYK
RGB Variations
Color information
#FFA62D (or 0xFFA62D) is known color: Lightning Yellow. HEX triplet: FF, A6 and 2D. RGB value is (255,166,45). Sum of RGB (Red+Green+Blue) = 255+166+45=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA62D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA62D is #0059D2. Grayscale: #B3B3B3. Windows color (decimal): -22995 or 2991871. OLE color: 2991871.
HSL color Cylindrical-coordinate representation of color #FFA62D: hue angle of 34.57º 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 #FFA62D is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 45 | - |
| CMYK | 0 | 0.35 | 0.82 | 0 |
| HSL | 34.57º | 1% | 0.59% | - |
| HSV(B) | 34.57º | 0.82% | 1% | - |
| XYZ | 55.35 | 48.72 | 8.97 | - |
| YUV | 178.82 | 52.49 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 45 | 0 | 0.35 | 0.82 | 0 | 34.57 | 1 | 0.59 |
| Hex | FF | A6 | 2D | 0 | 23 | 52 | 0 | 23 | 64 | 3B |
| Octal | 377 | 246 | 55 | 0 | 43 | 122 | 0 | 43 | 144 | 73 |
| Binary | 11111111 | 10100110 | 101101 | 0 | 100011 | 1010010 | 0 | 100011 | 1100100 | 111011 |
Color Harmonies of #FFA62D
Complementary color
Monochromatic Colors of #FFA62D
Black with #FFA62D
Text Example
Text Example
White with #FFA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA62D; }
p { color: rgb(255,166,45); }
H1.HeaderClassName
{
color: #FFA62D;
}
.AnyTagClassName
{
color: #FFA62D;
}
</style>
background-color css
<style>
a { background-color: #FFA62D; }
a { background-color: rgb(255,166,45); }
div.DivClassName
{
background-color: #FFA62D;
}
.BgClassName
{
background-color: #FFA62D;
}
</style>
border-color css
<style>
span { border-color: #FFA62D; }
span { border-color: rgb(255,166,45); }
td.TdClassName
{
border-color: #FFA62D;
}
.TagClassName
{
border-color: #FFA62D;
}
</style>