Shades of Lightning Yellow #FAA634
Tints of Lightning Yellow #FAA634
RGB
CMYK
RGB Variations
Color information
#FAA634 (or 0xFAA634) is known color: Lightning Yellow. HEX triplet: FA, A6 and 34. RGB value is (250,166,52). Sum of RGB (Red+Green+Blue) = 250+166+52=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA634 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA634 is #0559CB. Grayscale: #B2B2B2. Windows color (decimal): -350668 or 3450618. OLE color: 3450618.
HSL color Cylindrical-coordinate representation of color #FAA634: hue angle of 34.55º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FAA634 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 52 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.02 |
| HSL | 34.55º | 0.95% | 0.59% | - |
| HSV(B) | 34.55º | 0.79% | 0.98% | - |
| XYZ | 53.68 | 47.84 | 9.65 | - |
| YUV | 178.12 | 56.83 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 52 | 0 | 0.34 | 0.79 | 0.02 | 34.55 | 0.95 | 0.59 |
| Hex | FA | A6 | 34 | 0 | 22 | 4F | 2 | 23 | 5F | 3B |
| Octal | 372 | 246 | 64 | 0 | 42 | 117 | 2 | 43 | 137 | 73 |
| Binary | 11111010 | 10100110 | 110100 | 0 | 100010 | 1001111 | 10 | 100011 | 1011111 | 111011 |
Color Harmonies of #FAA634
Complementary color
Monochromatic Colors of #FAA634
Black with #FAA634
Text Example
Text Example
White with #FAA634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA634; }
p { color: rgb(250,166,52); }
H1.HeaderClassName
{
color: #FAA634;
}
.AnyTagClassName
{
color: #FAA634;
}
</style>
background-color css
<style>
a { background-color: #FAA634; }
a { background-color: rgb(250,166,52); }
div.DivClassName
{
background-color: #FAA634;
}
.BgClassName
{
background-color: #FAA634;
}
</style>
border-color css
<style>
span { border-color: #FAA634; }
span { border-color: rgb(250,166,52); }
td.TdClassName
{
border-color: #FAA634;
}
.TagClassName
{
border-color: #FAA634;
}
</style>