Shades of Lightning Yellow #F89B2C
Tints of Lightning Yellow #F89B2C
RGB
CMYK
RGB Variations
Color information
#F89B2C (or 0xF89B2C) is known color: Lightning Yellow. HEX triplet: F8, 9B and 2C. RGB value is (248,155,44). Sum of RGB (Red+Green+Blue) = 248+155+44=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89B2C is #0764D3. Grayscale: #AAAAAA. Windows color (decimal): -484564 or 2923512. OLE color: 2923512.
HSL color Cylindrical-coordinate representation of color #F89B2C: hue angle of 32.65º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F89B2C is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 44 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.03 |
| HSL | 32.65º | 0.94% | 0.57% | - |
| HSV(B) | 32.65º | 0.82% | 0.97% | - |
| XYZ | 50.89 | 43.58 | 8.11 | - |
| YUV | 170.15 | 56.81 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 44 | 0 | 0.38 | 0.82 | 0.03 | 32.65 | 0.94 | 0.57 |
| Hex | F8 | 9B | 2C | 0 | 26 | 52 | 3 | 21 | 5E | 39 |
| Octal | 370 | 233 | 54 | 0 | 46 | 122 | 3 | 41 | 136 | 71 |
| Binary | 11111000 | 10011011 | 101100 | 0 | 100110 | 1010010 | 11 | 100001 | 1011110 | 111001 |
Color Harmonies of #F89B2C
Complementary color
Monochromatic Colors of #F89B2C
Black with #F89B2C
Text Example
Text Example
White with #F89B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B2C; }
p { color: rgb(248,155,44); }
H1.HeaderClassName
{
color: #F89B2C;
}
.AnyTagClassName
{
color: #F89B2C;
}
</style>
background-color css
<style>
a { background-color: #F89B2C; }
a { background-color: rgb(248,155,44); }
div.DivClassName
{
background-color: #F89B2C;
}
.BgClassName
{
background-color: #F89B2C;
}
</style>
border-color css
<style>
span { border-color: #F89B2C; }
span { border-color: rgb(248,155,44); }
td.TdClassName
{
border-color: #F89B2C;
}
.TagClassName
{
border-color: #F89B2C;
}
</style>