Shades of Lightning Yellow #F99E30
Tints of Lightning Yellow #F99E30
RGB
CMYK
RGB Variations
Color information
#F99E30 (or 0xF99E30) is known color: Lightning Yellow. HEX triplet: F9, 9E and 30. RGB value is (249,158,48). Sum of RGB (Red+Green+Blue) = 249+158+48=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99E30 is #0661CF. Grayscale: #ADADAD. Windows color (decimal): -418256 or 3186425. OLE color: 3186425.
HSL color Cylindrical-coordinate representation of color #F99E30: hue angle of 32.84º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F99E30 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 48 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.02 |
| HSL | 32.84º | 0.94% | 0.58% | - |
| HSV(B) | 32.84º | 0.81% | 0.98% | - |
| XYZ | 51.83 | 44.81 | 8.71 | - |
| YUV | 172.67 | 57.65 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 48 | 0 | 0.37 | 0.81 | 0.02 | 32.84 | 0.94 | 0.58 |
| Hex | F9 | 9E | 30 | 0 | 25 | 51 | 2 | 21 | 5E | 3A |
| Octal | 371 | 236 | 60 | 0 | 45 | 121 | 2 | 41 | 136 | 72 |
| Binary | 11111001 | 10011110 | 110000 | 0 | 100101 | 1010001 | 10 | 100001 | 1011110 | 111010 |
Color Harmonies of #F99E30
Complementary color
Monochromatic Colors of #F99E30
Black with #F99E30
Text Example
Text Example
White with #F99E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E30; }
p { color: rgb(249,158,48); }
H1.HeaderClassName
{
color: #F99E30;
}
.AnyTagClassName
{
color: #F99E30;
}
</style>
background-color css
<style>
a { background-color: #F99E30; }
a { background-color: rgb(249,158,48); }
div.DivClassName
{
background-color: #F99E30;
}
.BgClassName
{
background-color: #F99E30;
}
</style>
border-color css
<style>
span { border-color: #F99E30; }
span { border-color: rgb(249,158,48); }
td.TdClassName
{
border-color: #F99E30;
}
.TagClassName
{
border-color: #F99E30;
}
</style>