Shades of Lightning Yellow #FA9C28
Tints of Lightning Yellow #FA9C28
RGB
CMYK
RGB Variations
Color information
#FA9C28 (or 0xFA9C28) is known color: Lightning Yellow. HEX triplet: FA, 9C and 28. RGB value is (250,156,40). Sum of RGB (Red+Green+Blue) = 250+156+40=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9C28 is #0563D7. Grayscale: #ABABAB. Windows color (decimal): -353240 or 2661626. OLE color: 2661626.
HSL color Cylindrical-coordinate representation of color #FA9C28: hue angle of 33.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA9C28 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 40 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.02 |
| HSL | 33.14º | 0.95% | 0.57% | - |
| HSV(B) | 33.14º | 0.84% | 0.98% | - |
| XYZ | 51.7 | 44.25 | 7.82 | - |
| YUV | 170.88 | 54.14 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 40 | 0 | 0.38 | 0.84 | 0.02 | 33.14 | 0.95 | 0.57 |
| Hex | FA | 9C | 28 | 0 | 26 | 54 | 2 | 21 | 5F | 39 |
| Octal | 372 | 234 | 50 | 0 | 46 | 124 | 2 | 41 | 137 | 71 |
| Binary | 11111010 | 10011100 | 101000 | 0 | 100110 | 1010100 | 10 | 100001 | 1011111 | 111001 |
Color Harmonies of #FA9C28
Complementary color
Monochromatic Colors of #FA9C28
Black with #FA9C28
Text Example
Text Example
White with #FA9C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9C28; }
p { color: rgb(250,156,40); }
H1.HeaderClassName
{
color: #FA9C28;
}
.AnyTagClassName
{
color: #FA9C28;
}
</style>
background-color css
<style>
a { background-color: #FA9C28; }
a { background-color: rgb(250,156,40); }
div.DivClassName
{
background-color: #FA9C28;
}
.BgClassName
{
background-color: #FA9C28;
}
</style>
border-color css
<style>
span { border-color: #FA9C28; }
span { border-color: rgb(250,156,40); }
td.TdClassName
{
border-color: #FA9C28;
}
.TagClassName
{
border-color: #FA9C28;
}
</style>