Shades of Lightning Yellow #FFA62F
Tints of Lightning Yellow #FFA62F
RGB
CMYK
RGB Variations
Color information
#FFA62F (or 0xFFA62F) is known color: Lightning Yellow. HEX triplet: FF, A6 and 2F. RGB value is (255,166,47). Sum of RGB (Red+Green+Blue) = 255+166+47=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA62F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA62F is #0059D0. Grayscale: #B3B3B3. Windows color (decimal): -22993 or 3122943. OLE color: 3122943.
HSL color Cylindrical-coordinate representation of color #FFA62F: hue angle of 34.33º 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 #FFA62F is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 47 | - |
| CMYK | 0 | 0.35 | 0.82 | 0 |
| HSL | 34.33º | 1% | 0.59% | - |
| HSV(B) | 34.33º | 0.82% | 1% | - |
| XYZ | 55.39 | 48.74 | 9.18 | - |
| YUV | 179.05 | 53.49 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 47 | 0 | 0.35 | 0.82 | 0 | 34.33 | 1 | 0.59 |
| Hex | FF | A6 | 2F | 0 | 23 | 52 | 0 | 22 | 64 | 3B |
| Octal | 377 | 246 | 57 | 0 | 43 | 122 | 0 | 42 | 144 | 73 |
| Binary | 11111111 | 10100110 | 101111 | 0 | 100011 | 1010010 | 0 | 100010 | 1100100 | 111011 |
Color Harmonies of #FFA62F
Complementary color
Monochromatic Colors of #FFA62F
Black with #FFA62F
Text Example
Text Example
White with #FFA62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA62F; }
p { color: rgb(255,166,47); }
H1.HeaderClassName
{
color: #FFA62F;
}
.AnyTagClassName
{
color: #FFA62F;
}
</style>
background-color css
<style>
a { background-color: #FFA62F; }
a { background-color: rgb(255,166,47); }
div.DivClassName
{
background-color: #FFA62F;
}
.BgClassName
{
background-color: #FFA62F;
}
</style>
border-color css
<style>
span { border-color: #FFA62F; }
span { border-color: rgb(255,166,47); }
td.TdClassName
{
border-color: #FFA62F;
}
.TagClassName
{
border-color: #FFA62F;
}
</style>