Shades of Lightning Yellow #FAA12D
Tints of Lightning Yellow #FAA12D
RGB
CMYK
RGB Variations
Color information
#FAA12D (or 0xFAA12D) is known color: Lightning Yellow. HEX triplet: FA, A1 and 2D. RGB value is (250,161,45). Sum of RGB (Red+Green+Blue) = 250+161+45=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA12D is #055ED2. Grayscale: #AEAEAE. Windows color (decimal): -351955 or 2990586. OLE color: 2990586.
HSL color Cylindrical-coordinate representation of color #FAA12D: hue angle of 33.95º 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 #FAA12D is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 45 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.02 |
| HSL | 33.95º | 0.95% | 0.58% | - |
| HSV(B) | 33.95º | 0.82% | 0.98% | - |
| XYZ | 52.64 | 46 | 8.59 | - |
| YUV | 174.39 | 54.99 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 45 | 0 | 0.36 | 0.82 | 0.02 | 33.95 | 0.95 | 0.58 |
| Hex | FA | A1 | 2D | 0 | 24 | 52 | 2 | 22 | 5F | 3A |
| Octal | 372 | 241 | 55 | 0 | 44 | 122 | 2 | 42 | 137 | 72 |
| Binary | 11111010 | 10100001 | 101101 | 0 | 100100 | 1010010 | 10 | 100010 | 1011111 | 111010 |
Color Harmonies of #FAA12D
Complementary color
Monochromatic Colors of #FAA12D
Black with #FAA12D
Text Example
Text Example
White with #FAA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA12D; }
p { color: rgb(250,161,45); }
H1.HeaderClassName
{
color: #FAA12D;
}
.AnyTagClassName
{
color: #FAA12D;
}
</style>
background-color css
<style>
a { background-color: #FAA12D; }
a { background-color: rgb(250,161,45); }
div.DivClassName
{
background-color: #FAA12D;
}
.BgClassName
{
background-color: #FAA12D;
}
</style>
border-color css
<style>
span { border-color: #FAA12D; }
span { border-color: rgb(250,161,45); }
td.TdClassName
{
border-color: #FAA12D;
}
.TagClassName
{
border-color: #FAA12D;
}
</style>