Shades of Lightning Yellow #F89B2E
Tints of Lightning Yellow #F89B2E
RGB
CMYK
RGB Variations
Color information
#F89B2E (or 0xF89B2E) is known color: Lightning Yellow. HEX triplet: F8, 9B and 2E. RGB value is (248,155,46). Sum of RGB (Red+Green+Blue) = 248+155+46=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89B2E is #0764D1. Grayscale: #AAAAAA. Windows color (decimal): -484562 or 3054584. OLE color: 3054584.
HSL color Cylindrical-coordinate representation of color #F89B2E: hue angle of 32.38º degrees, saturation: 0.94, 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 #F89B2E is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 46 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.03 |
| HSL | 32.38º | 0.94% | 0.58% | - |
| HSV(B) | 32.38º | 0.81% | 0.97% | - |
| XYZ | 50.93 | 43.6 | 8.32 | - |
| YUV | 170.38 | 57.81 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 46 | 0 | 0.38 | 0.81 | 0.03 | 32.38 | 0.94 | 0.58 |
| Hex | F8 | 9B | 2E | 0 | 26 | 51 | 3 | 20 | 5E | 3A |
| Octal | 370 | 233 | 56 | 0 | 46 | 121 | 3 | 40 | 136 | 72 |
| Binary | 11111000 | 10011011 | 101110 | 0 | 100110 | 1010001 | 11 | 100000 | 1011110 | 111010 |
Color Harmonies of #F89B2E
Complementary color
Monochromatic Colors of #F89B2E
Black with #F89B2E
Text Example
Text Example
White with #F89B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B2E; }
p { color: rgb(248,155,46); }
H1.HeaderClassName
{
color: #F89B2E;
}
.AnyTagClassName
{
color: #F89B2E;
}
</style>
background-color css
<style>
a { background-color: #F89B2E; }
a { background-color: rgb(248,155,46); }
div.DivClassName
{
background-color: #F89B2E;
}
.BgClassName
{
background-color: #F89B2E;
}
</style>
border-color css
<style>
span { border-color: #F89B2E; }
span { border-color: rgb(248,155,46); }
td.TdClassName
{
border-color: #F89B2E;
}
.TagClassName
{
border-color: #F89B2E;
}
</style>