Shades of Lightning Yellow #FAA02D
Tints of Lightning Yellow #FAA02D
RGB
CMYK
RGB Variations
Color information
#FAA02D (or 0xFAA02D) is known color: Lightning Yellow. HEX triplet: FA, A0 and 2D. RGB value is (250,160,45). Sum of RGB (Red+Green+Blue) = 250+160+45=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA02D is #055FD2. Grayscale: #AEAEAE. Windows color (decimal): -352211 or 2990330. OLE color: 2990330.
HSL color Cylindrical-coordinate representation of color #FAA02D: hue angle of 33.66º 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 #FAA02D is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 45 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.02 |
| HSL | 33.66º | 0.95% | 0.58% | - |
| HSV(B) | 33.66º | 0.82% | 0.98% | - |
| XYZ | 52.47 | 45.66 | 8.53 | - |
| YUV | 173.8 | 55.32 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 45 | 0 | 0.36 | 0.82 | 0.02 | 33.66 | 0.95 | 0.58 |
| Hex | FA | A0 | 2D | 0 | 24 | 52 | 2 | 22 | 5F | 3A |
| Octal | 372 | 240 | 55 | 0 | 44 | 122 | 2 | 42 | 137 | 72 |
| Binary | 11111010 | 10100000 | 101101 | 0 | 100100 | 1010010 | 10 | 100010 | 1011111 | 111010 |
Color Harmonies of #FAA02D
Complementary color
Monochromatic Colors of #FAA02D
Black with #FAA02D
Text Example
Text Example
White with #FAA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA02D; }
p { color: rgb(250,160,45); }
H1.HeaderClassName
{
color: #FAA02D;
}
.AnyTagClassName
{
color: #FAA02D;
}
</style>
background-color css
<style>
a { background-color: #FAA02D; }
a { background-color: rgb(250,160,45); }
div.DivClassName
{
background-color: #FAA02D;
}
.BgClassName
{
background-color: #FAA02D;
}
</style>
border-color css
<style>
span { border-color: #FAA02D; }
span { border-color: rgb(250,160,45); }
td.TdClassName
{
border-color: #FAA02D;
}
.TagClassName
{
border-color: #FAA02D;
}
</style>