Shades of Lightning Yellow #F89D2B
Tints of Lightning Yellow #F89D2B
RGB
CMYK
RGB Variations
Color information
#F89D2B (or 0xF89D2B) is known color: Lightning Yellow. HEX triplet: F8, 9D and 2B. RGB value is (248,157,43). Sum of RGB (Red+Green+Blue) = 248+157+43=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89D2B is #0762D4. Grayscale: #ABABAB. Windows color (decimal): -484053 or 2858488. OLE color: 2858488.
HSL color Cylindrical-coordinate representation of color #F89D2B: hue angle of 33.37º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F89D2B is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 43 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.03 |
| HSL | 33.37º | 0.94% | 0.57% | - |
| HSV(B) | 33.37º | 0.83% | 0.97% | - |
| XYZ | 51.2 | 44.24 | 8.13 | - |
| YUV | 171.21 | 55.65 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 43 | 0 | 0.37 | 0.83 | 0.03 | 33.37 | 0.94 | 0.57 |
| Hex | F8 | 9D | 2B | 0 | 25 | 53 | 3 | 21 | 5E | 39 |
| Octal | 370 | 235 | 53 | 0 | 45 | 123 | 3 | 41 | 136 | 71 |
| Binary | 11111000 | 10011101 | 101011 | 0 | 100101 | 1010011 | 11 | 100001 | 1011110 | 111001 |
Color Harmonies of #F89D2B
Complementary color
Monochromatic Colors of #F89D2B
Black with #F89D2B
Text Example
Text Example
White with #F89D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D2B; }
p { color: rgb(248,157,43); }
H1.HeaderClassName
{
color: #F89D2B;
}
.AnyTagClassName
{
color: #F89D2B;
}
</style>
background-color css
<style>
a { background-color: #F89D2B; }
a { background-color: rgb(248,157,43); }
div.DivClassName
{
background-color: #F89D2B;
}
.BgClassName
{
background-color: #F89D2B;
}
</style>
border-color css
<style>
span { border-color: #F89D2B; }
span { border-color: rgb(248,157,43); }
td.TdClassName
{
border-color: #F89D2B;
}
.TagClassName
{
border-color: #F89D2B;
}
</style>