Shades of Lightning Yellow #FAA52C
Tints of Lightning Yellow #FAA52C
RGB
CMYK
RGB Variations
Color information
#FAA52C (or 0xFAA52C) is known color: Lightning Yellow. HEX triplet: FA, A5 and 2C. RGB value is (250,165,44). Sum of RGB (Red+Green+Blue) = 250+165+44=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA52C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA52C is #055AD3. Grayscale: #B1B1B1. Windows color (decimal): -350932 or 2926074. OLE color: 2926074.
HSL color Cylindrical-coordinate representation of color #FAA52C: hue angle of 35.24º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAA52C is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 44 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.02 |
| HSL | 35.24º | 0.95% | 0.58% | - |
| HSV(B) | 35.24º | 0.82% | 0.98% | - |
| XYZ | 53.33 | 47.42 | 8.72 | - |
| YUV | 176.62 | 53.16 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 44 | 0 | 0.34 | 0.82 | 0.02 | 35.24 | 0.95 | 0.58 |
| Hex | FA | A5 | 2C | 0 | 22 | 52 | 2 | 23 | 5F | 3A |
| Octal | 372 | 245 | 54 | 0 | 42 | 122 | 2 | 43 | 137 | 72 |
| Binary | 11111010 | 10100101 | 101100 | 0 | 100010 | 1010010 | 10 | 100011 | 1011111 | 111010 |
Color Harmonies of #FAA52C
Complementary color
Monochromatic Colors of #FAA52C
Black with #FAA52C
Text Example
Text Example
White with #FAA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA52C; }
p { color: rgb(250,165,44); }
H1.HeaderClassName
{
color: #FAA52C;
}
.AnyTagClassName
{
color: #FAA52C;
}
</style>
background-color css
<style>
a { background-color: #FAA52C; }
a { background-color: rgb(250,165,44); }
div.DivClassName
{
background-color: #FAA52C;
}
.BgClassName
{
background-color: #FAA52C;
}
</style>
border-color css
<style>
span { border-color: #FAA52C; }
span { border-color: rgb(250,165,44); }
td.TdClassName
{
border-color: #FAA52C;
}
.TagClassName
{
border-color: #FAA52C;
}
</style>