Shades of Lightning Yellow #F89E2F
Tints of Lightning Yellow #F89E2F
RGB
CMYK
RGB Variations
Color information
#F89E2F (or 0xF89E2F) is known color: Lightning Yellow. HEX triplet: F8, 9E and 2F. RGB value is (248,158,47). Sum of RGB (Red+Green+Blue) = 248+158+47=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89E2F is #0761D0. Grayscale: #ACACAC. Windows color (decimal): -483793 or 3120888. OLE color: 3120888.
HSL color Cylindrical-coordinate representation of color #F89E2F: hue angle of 33.13º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F89E2F is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 47 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.03 |
| HSL | 33.13º | 0.93% | 0.58% | - |
| HSV(B) | 33.13º | 0.81% | 0.97% | - |
| XYZ | 51.45 | 44.62 | 8.59 | - |
| YUV | 172.26 | 57.32 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 47 | 0 | 0.36 | 0.81 | 0.03 | 33.13 | 0.93 | 0.58 |
| Hex | F8 | 9E | 2F | 0 | 24 | 51 | 3 | 21 | 5D | 3A |
| Octal | 370 | 236 | 57 | 0 | 44 | 121 | 3 | 41 | 135 | 72 |
| Binary | 11111000 | 10011110 | 101111 | 0 | 100100 | 1010001 | 11 | 100001 | 1011101 | 111010 |
Color Harmonies of #F89E2F
Complementary color
Monochromatic Colors of #F89E2F
Black with #F89E2F
Text Example
Text Example
White with #F89E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E2F; }
p { color: rgb(248,158,47); }
H1.HeaderClassName
{
color: #F89E2F;
}
.AnyTagClassName
{
color: #F89E2F;
}
</style>
background-color css
<style>
a { background-color: #F89E2F; }
a { background-color: rgb(248,158,47); }
div.DivClassName
{
background-color: #F89E2F;
}
.BgClassName
{
background-color: #F89E2F;
}
</style>
border-color css
<style>
span { border-color: #F89E2F; }
span { border-color: rgb(248,158,47); }
td.TdClassName
{
border-color: #F89E2F;
}
.TagClassName
{
border-color: #F89E2F;
}
</style>