Shades of Lightning Yellow #FA9E2D
Tints of Lightning Yellow #FA9E2D
RGB
CMYK
RGB Variations
Color information
#FA9E2D (or 0xFA9E2D) is known color: Lightning Yellow. HEX triplet: FA, 9E and 2D. RGB value is (250,158,45). Sum of RGB (Red+Green+Blue) = 250+158+45=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9E2D is #0561D2. Grayscale: #ADADAD. Windows color (decimal): -352723 or 2989818. OLE color: 2989818.
HSL color Cylindrical-coordinate representation of color #FA9E2D: hue angle of 33.07º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA9E2D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 45 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.02 |
| HSL | 33.07º | 0.95% | 0.58% | - |
| HSV(B) | 33.07º | 0.82% | 0.98% | - |
| XYZ | 52.12 | 44.97 | 8.41 | - |
| YUV | 172.63 | 55.98 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 45 | 0 | 0.37 | 0.82 | 0.02 | 33.07 | 0.95 | 0.58 |
| Hex | FA | 9E | 2D | 0 | 25 | 52 | 2 | 21 | 5F | 3A |
| Octal | 372 | 236 | 55 | 0 | 45 | 122 | 2 | 41 | 137 | 72 |
| Binary | 11111010 | 10011110 | 101101 | 0 | 100101 | 1010010 | 10 | 100001 | 1011111 | 111010 |
Color Harmonies of #FA9E2D
Complementary color
Monochromatic Colors of #FA9E2D
Black with #FA9E2D
Text Example
Text Example
White with #FA9E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E2D; }
p { color: rgb(250,158,45); }
H1.HeaderClassName
{
color: #FA9E2D;
}
.AnyTagClassName
{
color: #FA9E2D;
}
</style>
background-color css
<style>
a { background-color: #FA9E2D; }
a { background-color: rgb(250,158,45); }
div.DivClassName
{
background-color: #FA9E2D;
}
.BgClassName
{
background-color: #FA9E2D;
}
</style>
border-color css
<style>
span { border-color: #FA9E2D; }
span { border-color: rgb(250,158,45); }
td.TdClassName
{
border-color: #FA9E2D;
}
.TagClassName
{
border-color: #FA9E2D;
}
</style>