Shades of Lightning Yellow #FAA63B
Tints of Lightning Yellow #FAA63B
RGB
CMYK
RGB Variations
Color information
#FAA63B (or 0xFAA63B) is known color: Lightning Yellow. HEX triplet: FA, A6 and 3B. RGB value is (250,166,59). Sum of RGB (Red+Green+Blue) = 250+166+59=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA63B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA63B is #0559C4. Grayscale: #B3B3B3. Windows color (decimal): -350661 or 3909370. OLE color: 3909370.
HSL color Cylindrical-coordinate representation of color #FAA63B: hue angle of 33.61º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAA63B is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 59 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.02 |
| HSL | 33.61º | 0.95% | 0.61% | - |
| HSV(B) | 33.61º | 0.76% | 0.98% | - |
| XYZ | 53.85 | 47.91 | 10.55 | - |
| YUV | 178.92 | 60.33 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 59 | 0 | 0.34 | 0.76 | 0.02 | 33.61 | 0.95 | 0.61 |
| Hex | FA | A6 | 3B | 0 | 22 | 4C | 2 | 22 | 5F | 3D |
| Octal | 372 | 246 | 73 | 0 | 42 | 114 | 2 | 42 | 137 | 75 |
| Binary | 11111010 | 10100110 | 111011 | 0 | 100010 | 1001100 | 10 | 100010 | 1011111 | 111101 |
Color Harmonies of #FAA63B
Complementary color
Monochromatic Colors of #FAA63B
Black with #FAA63B
Text Example
Text Example
White with #FAA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA63B; }
p { color: rgb(250,166,59); }
H1.HeaderClassName
{
color: #FAA63B;
}
.AnyTagClassName
{
color: #FAA63B;
}
</style>
background-color css
<style>
a { background-color: #FAA63B; }
a { background-color: rgb(250,166,59); }
div.DivClassName
{
background-color: #FAA63B;
}
.BgClassName
{
background-color: #FAA63B;
}
</style>
border-color css
<style>
span { border-color: #FAA63B; }
span { border-color: rgb(250,166,59); }
td.TdClassName
{
border-color: #FAA63B;
}
.TagClassName
{
border-color: #FAA63B;
}
</style>