Shades of Lightning Yellow #FAA038
Tints of Lightning Yellow #FAA038
RGB
CMYK
RGB Variations
Color information
#FAA038 (or 0xFAA038) is known color: Lightning Yellow. HEX triplet: FA, A0 and 38. RGB value is (250,160,56). Sum of RGB (Red+Green+Blue) = 250+160+56=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 56 (22.27% from 255 or 12.02% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA038 is #055FC7. Grayscale: #AFAFAF. Windows color (decimal): -352200 or 3711226. OLE color: 3711226.
HSL color Cylindrical-coordinate representation of color #FAA038: hue angle of 32.16º 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 #FAA038 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 56 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.02 |
| HSL | 32.16º | 0.95% | 0.6% | - |
| HSV(B) | 32.16º | 0.78% | 0.98% | - |
| XYZ | 52.71 | 45.75 | 9.79 | - |
| YUV | 175.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 56 | 0 | 0.36 | 0.78 | 0.02 | 32.16 | 0.95 | 0.6 |
| Hex | FA | A0 | 38 | 0 | 24 | 4E | 2 | 20 | 5F | 3C |
| Octal | 372 | 240 | 70 | 0 | 44 | 116 | 2 | 40 | 137 | 74 |
| Binary | 11111010 | 10100000 | 111000 | 0 | 100100 | 1001110 | 10 | 100000 | 1011111 | 111100 |
Color Harmonies of #FAA038
Complementary color
Monochromatic Colors of #FAA038
Black with #FAA038
Text Example
Text Example
White with #FAA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA038; }
p { color: rgb(250,160,56); }
H1.HeaderClassName
{
color: #FAA038;
}
.AnyTagClassName
{
color: #FAA038;
}
</style>
background-color css
<style>
a { background-color: #FAA038; }
a { background-color: rgb(250,160,56); }
div.DivClassName
{
background-color: #FAA038;
}
.BgClassName
{
background-color: #FAA038;
}
</style>
border-color css
<style>
span { border-color: #FAA038; }
span { border-color: rgb(250,160,56); }
td.TdClassName
{
border-color: #FAA038;
}
.TagClassName
{
border-color: #FAA038;
}
</style>