Shades of Lightning Yellow #FAA63A
Tints of Lightning Yellow #FAA63A
RGB
CMYK
RGB Variations
Color information
#FAA63A (or 0xFAA63A) is known color: Lightning Yellow. HEX triplet: FA, A6 and 3A. RGB value is (250,166,58). Sum of RGB (Red+Green+Blue) = 250+166+58=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA63A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA63A is #0559C5. Grayscale: #B3B3B3. Windows color (decimal): -350662 or 3843834. OLE color: 3843834.
HSL color Cylindrical-coordinate representation of color #FAA63A: hue angle of 33.75º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAA63A is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 58 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.02 |
| HSL | 33.75º | 0.95% | 0.6% | - |
| HSV(B) | 33.75º | 0.77% | 0.98% | - |
| XYZ | 53.82 | 47.9 | 10.41 | - |
| YUV | 178.8 | 59.83 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 58 | 0 | 0.34 | 0.77 | 0.02 | 33.75 | 0.95 | 0.6 |
| Hex | FA | A6 | 3A | 0 | 22 | 4D | 2 | 22 | 5F | 3C |
| Octal | 372 | 246 | 72 | 0 | 42 | 115 | 2 | 42 | 137 | 74 |
| Binary | 11111010 | 10100110 | 111010 | 0 | 100010 | 1001101 | 10 | 100010 | 1011111 | 111100 |
Color Harmonies of #FAA63A
Complementary color
Monochromatic Colors of #FAA63A
Black with #FAA63A
Text Example
Text Example
White with #FAA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA63A; }
p { color: rgb(250,166,58); }
H1.HeaderClassName
{
color: #FAA63A;
}
.AnyTagClassName
{
color: #FAA63A;
}
</style>
background-color css
<style>
a { background-color: #FAA63A; }
a { background-color: rgb(250,166,58); }
div.DivClassName
{
background-color: #FAA63A;
}
.BgClassName
{
background-color: #FAA63A;
}
</style>
border-color css
<style>
span { border-color: #FAA63A; }
span { border-color: rgb(250,166,58); }
td.TdClassName
{
border-color: #FAA63A;
}
.TagClassName
{
border-color: #FAA63A;
}
</style>