Shades of Lightning Yellow #FAA33D
Tints of Lightning Yellow #FAA33D
RGB
CMYK
RGB Variations
Color information
#FAA33D (or 0xFAA33D) is known color: Lightning Yellow. HEX triplet: FA, A3 and 3D. RGB value is (250,163,61). Sum of RGB (Red+Green+Blue) = 250+163+61=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA33D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA33D is #055CC2. Grayscale: #B1B1B1. Windows color (decimal): -351427 or 4039674. OLE color: 4039674.
HSL color Cylindrical-coordinate representation of color #FAA33D: hue angle of 32.38º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAA33D is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 61 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.02 |
| HSL | 32.38º | 0.95% | 0.61% | - |
| HSV(B) | 32.38º | 0.76% | 0.98% | - |
| XYZ | 53.36 | 46.86 | 10.65 | - |
| YUV | 177.39 | 62.32 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 61 | 0 | 0.35 | 0.76 | 0.02 | 32.38 | 0.95 | 0.61 |
| Hex | FA | A3 | 3D | 0 | 23 | 4C | 2 | 20 | 5F | 3D |
| Octal | 372 | 243 | 75 | 0 | 43 | 114 | 2 | 40 | 137 | 75 |
| Binary | 11111010 | 10100011 | 111101 | 0 | 100011 | 1001100 | 10 | 100000 | 1011111 | 111101 |
Color Harmonies of #FAA33D
Complementary color
Monochromatic Colors of #FAA33D
Black with #FAA33D
Text Example
Text Example
White with #FAA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA33D; }
p { color: rgb(250,163,61); }
H1.HeaderClassName
{
color: #FAA33D;
}
.AnyTagClassName
{
color: #FAA33D;
}
</style>
background-color css
<style>
a { background-color: #FAA33D; }
a { background-color: rgb(250,163,61); }
div.DivClassName
{
background-color: #FAA33D;
}
.BgClassName
{
background-color: #FAA33D;
}
</style>
border-color css
<style>
span { border-color: #FAA33D; }
span { border-color: rgb(250,163,61); }
td.TdClassName
{
border-color: #FAA33D;
}
.TagClassName
{
border-color: #FAA33D;
}
</style>