Shades of Lightning Yellow #FFA62B
Tints of Lightning Yellow #FFA62B
RGB
CMYK
RGB Variations
Color information
#FFA62B (or 0xFFA62B) is known color: Lightning Yellow. HEX triplet: FF, A6 and 2B. RGB value is (255,166,43). Sum of RGB (Red+Green+Blue) = 255+166+43=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA62B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA62B is #0059D4. Grayscale: #B3B3B3. Windows color (decimal): -22997 or 2860799. OLE color: 2860799.
HSL color Cylindrical-coordinate representation of color #FFA62B: hue angle of 34.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFA62B is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 43 | - |
| CMYK | 0 | 0.35 | 0.83 | 0 |
| HSL | 34.81º | 1% | 0.58% | - |
| HSV(B) | 34.81º | 0.83% | 1% | - |
| XYZ | 55.31 | 48.71 | 8.77 | - |
| YUV | 178.59 | 51.49 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 43 | 0 | 0.35 | 0.83 | 0 | 34.81 | 1 | 0.58 |
| Hex | FF | A6 | 2B | 0 | 23 | 53 | 0 | 23 | 64 | 3A |
| Octal | 377 | 246 | 53 | 0 | 43 | 123 | 0 | 43 | 144 | 72 |
| Binary | 11111111 | 10100110 | 101011 | 0 | 100011 | 1010011 | 0 | 100011 | 1100100 | 111010 |
Color Harmonies of #FFA62B
Complementary color
Monochromatic Colors of #FFA62B
Black with #FFA62B
Text Example
Text Example
White with #FFA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA62B; }
p { color: rgb(255,166,43); }
H1.HeaderClassName
{
color: #FFA62B;
}
.AnyTagClassName
{
color: #FFA62B;
}
</style>
background-color css
<style>
a { background-color: #FFA62B; }
a { background-color: rgb(255,166,43); }
div.DivClassName
{
background-color: #FFA62B;
}
.BgClassName
{
background-color: #FFA62B;
}
</style>
border-color css
<style>
span { border-color: #FFA62B; }
span { border-color: rgb(255,166,43); }
td.TdClassName
{
border-color: #FFA62B;
}
.TagClassName
{
border-color: #FFA62B;
}
</style>