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