Shades of Lightning Yellow #FA9D28
Tints of Lightning Yellow #FA9D28
RGB
CMYK
RGB Variations
Color information
#FA9D28 (or 0xFA9D28) is known color: Lightning Yellow. HEX triplet: FA, 9D and 28. RGB value is (250,157,40). Sum of RGB (Red+Green+Blue) = 250+157+40=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9D28 is #0562D7. Grayscale: #ACACAC. Windows color (decimal): -352984 or 2661882. OLE color: 2661882.
HSL color Cylindrical-coordinate representation of color #FA9D28: hue angle of 33.43º 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 #FA9D28 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 40 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.02 |
| HSL | 33.43º | 0.95% | 0.57% | - |
| HSV(B) | 33.43º | 0.84% | 0.98% | - |
| XYZ | 51.86 | 44.59 | 7.88 | - |
| YUV | 171.47 | 53.81 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 40 | 0 | 0.37 | 0.84 | 0.02 | 33.43 | 0.95 | 0.57 |
| Hex | FA | 9D | 28 | 0 | 25 | 54 | 2 | 21 | 5F | 39 |
| Octal | 372 | 235 | 50 | 0 | 45 | 124 | 2 | 41 | 137 | 71 |
| Binary | 11111010 | 10011101 | 101000 | 0 | 100101 | 1010100 | 10 | 100001 | 1011111 | 111001 |
Color Harmonies of #FA9D28
Complementary color
Monochromatic Colors of #FA9D28
Black with #FA9D28
Text Example
Text Example
White with #FA9D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9D28; }
p { color: rgb(250,157,40); }
H1.HeaderClassName
{
color: #FA9D28;
}
.AnyTagClassName
{
color: #FA9D28;
}
</style>
background-color css
<style>
a { background-color: #FA9D28; }
a { background-color: rgb(250,157,40); }
div.DivClassName
{
background-color: #FA9D28;
}
.BgClassName
{
background-color: #FA9D28;
}
</style>
border-color css
<style>
span { border-color: #FA9D28; }
span { border-color: rgb(250,157,40); }
td.TdClassName
{
border-color: #FA9D28;
}
.TagClassName
{
border-color: #FA9D28;
}
</style>