Shades of Lightning Yellow #F89F32
Tints of Lightning Yellow #F89F32
RGB
CMYK
RGB Variations
Color information
#F89F32 (or 0xF89F32) is known color: Lightning Yellow. HEX triplet: F8, 9F and 32. RGB value is (248,159,50). Sum of RGB (Red+Green+Blue) = 248+159+50=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89F32 is #0760CD. Grayscale: #ADADAD. Windows color (decimal): -483534 or 3317752. OLE color: 3317752.
HSL color Cylindrical-coordinate representation of color #F89F32: hue angle of 33.03º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F89F32 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 50 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.03 |
| HSL | 33.03º | 0.93% | 0.58% | - |
| HSV(B) | 33.03º | 0.8% | 0.97% | - |
| XYZ | 51.69 | 44.98 | 8.98 | - |
| YUV | 173.19 | 58.49 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 50 | 0 | 0.36 | 0.80 | 0.03 | 33.03 | 0.93 | 0.58 |
| Hex | F8 | 9F | 32 | 0 | 24 | 50 | 3 | 21 | 5D | 3A |
| Octal | 370 | 237 | 62 | 0 | 44 | 120 | 3 | 41 | 135 | 72 |
| Binary | 11111000 | 10011111 | 110010 | 0 | 100100 | 1010000 | 11 | 100001 | 1011101 | 111010 |
Color Harmonies of #F89F32
Complementary color
Monochromatic Colors of #F89F32
Black with #F89F32
Text Example
Text Example
White with #F89F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F32; }
p { color: rgb(248,159,50); }
H1.HeaderClassName
{
color: #F89F32;
}
.AnyTagClassName
{
color: #F89F32;
}
</style>
background-color css
<style>
a { background-color: #F89F32; }
a { background-color: rgb(248,159,50); }
div.DivClassName
{
background-color: #F89F32;
}
.BgClassName
{
background-color: #F89F32;
}
</style>
border-color css
<style>
span { border-color: #F89F32; }
span { border-color: rgb(248,159,50); }
td.TdClassName
{
border-color: #F89F32;
}
.TagClassName
{
border-color: #F89F32;
}
</style>