Shades of Lightning Yellow #FAA23C
Tints of Lightning Yellow #FAA23C
RGB
CMYK
RGB Variations
Color information
#FAA23C (or 0xFAA23C) is known color: Lightning Yellow. HEX triplet: FA, A2 and 3C. RGB value is (250,162,60). Sum of RGB (Red+Green+Blue) = 250+162+60=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA23C is #055DC3. Grayscale: #B1B1B1. Windows color (decimal): -351684 or 3973882. OLE color: 3973882.
HSL color Cylindrical-coordinate representation of color #FAA23C: hue angle of 32.21º 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 #FAA23C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 60 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.02 |
| HSL | 32.21º | 0.95% | 0.61% | - |
| HSV(B) | 32.21º | 0.76% | 0.98% | - |
| XYZ | 53.16 | 46.49 | 10.45 | - |
| YUV | 176.68 | 62.15 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 60 | 0 | 0.35 | 0.76 | 0.02 | 32.21 | 0.95 | 0.61 |
| Hex | FA | A2 | 3C | 0 | 23 | 4C | 2 | 20 | 5F | 3D |
| Octal | 372 | 242 | 74 | 0 | 43 | 114 | 2 | 40 | 137 | 75 |
| Binary | 11111010 | 10100010 | 111100 | 0 | 100011 | 1001100 | 10 | 100000 | 1011111 | 111101 |
Color Harmonies of #FAA23C
Complementary color
Monochromatic Colors of #FAA23C
Black with #FAA23C
Text Example
Text Example
White with #FAA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA23C; }
p { color: rgb(250,162,60); }
H1.HeaderClassName
{
color: #FAA23C;
}
.AnyTagClassName
{
color: #FAA23C;
}
</style>
background-color css
<style>
a { background-color: #FAA23C; }
a { background-color: rgb(250,162,60); }
div.DivClassName
{
background-color: #FAA23C;
}
.BgClassName
{
background-color: #FAA23C;
}
</style>
border-color css
<style>
span { border-color: #FAA23C; }
span { border-color: rgb(250,162,60); }
td.TdClassName
{
border-color: #FAA23C;
}
.TagClassName
{
border-color: #FAA23C;
}
</style>