Shades of Lightning Yellow #F89B2B
Tints of Lightning Yellow #F89B2B
RGB
CMYK
RGB Variations
Color information
#F89B2B (or 0xF89B2B) is known color: Lightning Yellow. HEX triplet: F8, 9B and 2B. RGB value is (248,155,43). Sum of RGB (Red+Green+Blue) = 248+155+43=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89B2B is #0764D4. Grayscale: #AAAAAA. Windows color (decimal): -484565 or 2857976. OLE color: 2857976.
HSL color Cylindrical-coordinate representation of color #F89B2B: hue angle of 32.78º 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 #F89B2B is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 43 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.03 |
| HSL | 32.78º | 0.94% | 0.57% | - |
| HSV(B) | 32.78º | 0.83% | 0.97% | - |
| XYZ | 50.87 | 43.57 | 8.01 | - |
| YUV | 170.04 | 56.31 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 43 | 0 | 0.38 | 0.83 | 0.03 | 32.78 | 0.94 | 0.57 |
| Hex | F8 | 9B | 2B | 0 | 26 | 53 | 3 | 21 | 5E | 39 |
| Octal | 370 | 233 | 53 | 0 | 46 | 123 | 3 | 41 | 136 | 71 |
| Binary | 11111000 | 10011011 | 101011 | 0 | 100110 | 1010011 | 11 | 100001 | 1011110 | 111001 |
Color Harmonies of #F89B2B
Complementary color
Monochromatic Colors of #F89B2B
Black with #F89B2B
Text Example
Text Example
White with #F89B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B2B; }
p { color: rgb(248,155,43); }
H1.HeaderClassName
{
color: #F89B2B;
}
.AnyTagClassName
{
color: #F89B2B;
}
</style>
background-color css
<style>
a { background-color: #F89B2B; }
a { background-color: rgb(248,155,43); }
div.DivClassName
{
background-color: #F89B2B;
}
.BgClassName
{
background-color: #F89B2B;
}
</style>
border-color css
<style>
span { border-color: #F89B2B; }
span { border-color: rgb(248,155,43); }
td.TdClassName
{
border-color: #F89B2B;
}
.TagClassName
{
border-color: #F89B2B;
}
</style>