Shades of Lightning Yellow #FAA338
Tints of Lightning Yellow #FAA338
RGB
CMYK
RGB Variations
Color information
#FAA338 (or 0xFAA338) is known color: Lightning Yellow. HEX triplet: FA, A3 and 38. RGB value is (250,163,56). Sum of RGB (Red+Green+Blue) = 250+163+56=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA338 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA338 is #055CC7. Grayscale: #B1B1B1. Windows color (decimal): -351432 or 3711994. OLE color: 3711994.
HSL color Cylindrical-coordinate representation of color #FAA338: hue angle of 33.09º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAA338 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 56 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.02 |
| HSL | 33.09º | 0.95% | 0.6% | - |
| HSV(B) | 33.09º | 0.78% | 0.98% | - |
| XYZ | 53.24 | 46.8 | 9.97 | - |
| YUV | 176.82 | 59.82 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 56 | 0 | 0.35 | 0.78 | 0.02 | 33.09 | 0.95 | 0.6 |
| Hex | FA | A3 | 38 | 0 | 23 | 4E | 2 | 21 | 5F | 3C |
| Octal | 372 | 243 | 70 | 0 | 43 | 116 | 2 | 41 | 137 | 74 |
| Binary | 11111010 | 10100011 | 111000 | 0 | 100011 | 1001110 | 10 | 100001 | 1011111 | 111100 |
Color Harmonies of #FAA338
Complementary color
Monochromatic Colors of #FAA338
Black with #FAA338
Text Example
Text Example
White with #FAA338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA338; }
p { color: rgb(250,163,56); }
H1.HeaderClassName
{
color: #FAA338;
}
.AnyTagClassName
{
color: #FAA338;
}
</style>
background-color css
<style>
a { background-color: #FAA338; }
a { background-color: rgb(250,163,56); }
div.DivClassName
{
background-color: #FAA338;
}
.BgClassName
{
background-color: #FAA338;
}
</style>
border-color css
<style>
span { border-color: #FAA338; }
span { border-color: rgb(250,163,56); }
td.TdClassName
{
border-color: #FAA338;
}
.TagClassName
{
border-color: #FAA338;
}
</style>