Shades of Lightning Yellow #F89D2F
Tints of Lightning Yellow #F89D2F
RGB
CMYK
RGB Variations
Color information
#F89D2F (or 0xF89D2F) is known color: Lightning Yellow. HEX triplet: F8, 9D and 2F. RGB value is (248,157,47). Sum of RGB (Red+Green+Blue) = 248+157+47=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89D2F is #0762D0. Grayscale: #ACACAC. Windows color (decimal): -484049 or 3120632. OLE color: 3120632.
HSL color Cylindrical-coordinate representation of color #F89D2F: hue angle of 32.84º 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 #F89D2F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 47 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.03 |
| HSL | 32.84º | 0.93% | 0.58% | - |
| HSV(B) | 32.84º | 0.81% | 0.97% | - |
| XYZ | 51.28 | 44.28 | 8.53 | - |
| YUV | 171.67 | 57.65 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 47 | 0 | 0.37 | 0.81 | 0.03 | 32.84 | 0.93 | 0.58 |
| Hex | F8 | 9D | 2F | 0 | 25 | 51 | 3 | 21 | 5D | 3A |
| Octal | 370 | 235 | 57 | 0 | 45 | 121 | 3 | 41 | 135 | 72 |
| Binary | 11111000 | 10011101 | 101111 | 0 | 100101 | 1010001 | 11 | 100001 | 1011101 | 111010 |
Color Harmonies of #F89D2F
Complementary color
Monochromatic Colors of #F89D2F
Black with #F89D2F
Text Example
Text Example
White with #F89D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D2F; }
p { color: rgb(248,157,47); }
H1.HeaderClassName
{
color: #F89D2F;
}
.AnyTagClassName
{
color: #F89D2F;
}
</style>
background-color css
<style>
a { background-color: #F89D2F; }
a { background-color: rgb(248,157,47); }
div.DivClassName
{
background-color: #F89D2F;
}
.BgClassName
{
background-color: #F89D2F;
}
</style>
border-color css
<style>
span { border-color: #F89D2F; }
span { border-color: rgb(248,157,47); }
td.TdClassName
{
border-color: #F89D2F;
}
.TagClassName
{
border-color: #F89D2F;
}
</style>