Shades of Lightning Yellow #FAA527
Tints of Lightning Yellow #FAA527
RGB
CMYK
RGB Variations
Color information
#FAA527 (or 0xFAA527) is known color: Lightning Yellow. HEX triplet: FA, A5 and 27. RGB value is (250,165,39). Sum of RGB (Red+Green+Blue) = 250+165+39=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA527 is #055AD8. Grayscale: #B0B0B0. Windows color (decimal): -350937 or 2598394. OLE color: 2598394.
HSL color Cylindrical-coordinate representation of color #FAA527: hue angle of 35.83º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAA527 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 39 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.02 |
| HSL | 35.83º | 0.95% | 0.57% | - |
| HSV(B) | 35.83º | 0.84% | 0.98% | - |
| XYZ | 53.25 | 47.38 | 8.26 | - |
| YUV | 176.05 | 50.66 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 39 | 0 | 0.34 | 0.84 | 0.02 | 35.83 | 0.95 | 0.57 |
| Hex | FA | A5 | 27 | 0 | 22 | 54 | 2 | 24 | 5F | 39 |
| Octal | 372 | 245 | 47 | 0 | 42 | 124 | 2 | 44 | 137 | 71 |
| Binary | 11111010 | 10100101 | 100111 | 0 | 100010 | 1010100 | 10 | 100100 | 1011111 | 111001 |
Color Harmonies of #FAA527
Complementary color
Monochromatic Colors of #FAA527
Black with #FAA527
Text Example
Text Example
White with #FAA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA527; }
p { color: rgb(250,165,39); }
H1.HeaderClassName
{
color: #FAA527;
}
.AnyTagClassName
{
color: #FAA527;
}
</style>
background-color css
<style>
a { background-color: #FAA527; }
a { background-color: rgb(250,165,39); }
div.DivClassName
{
background-color: #FAA527;
}
.BgClassName
{
background-color: #FAA527;
}
</style>
border-color css
<style>
span { border-color: #FAA527; }
span { border-color: rgb(250,165,39); }
td.TdClassName
{
border-color: #FAA527;
}
.TagClassName
{
border-color: #FAA527;
}
</style>