Shades of Lightning Yellow #F89C2D
Tints of Lightning Yellow #F89C2D
RGB
CMYK
RGB Variations
Color information
#F89C2D (or 0xF89C2D) is known color: Lightning Yellow. HEX triplet: F8, 9C and 2D. RGB value is (248,156,45). Sum of RGB (Red+Green+Blue) = 248+156+45=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89C2D is #0763D2. Grayscale: #ABABAB. Windows color (decimal): -484307 or 2989304. OLE color: 2989304.
HSL color Cylindrical-coordinate representation of color #F89C2D: hue angle of 32.81º 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 #F89C2D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 45 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.03 |
| HSL | 32.81º | 0.94% | 0.57% | - |
| HSV(B) | 32.81º | 0.82% | 0.97% | - |
| XYZ | 51.07 | 43.92 | 8.27 | - |
| YUV | 170.85 | 56.98 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 45 | 0 | 0.37 | 0.82 | 0.03 | 32.81 | 0.94 | 0.57 |
| Hex | F8 | 9C | 2D | 0 | 25 | 52 | 3 | 21 | 5E | 39 |
| Octal | 370 | 234 | 55 | 0 | 45 | 122 | 3 | 41 | 136 | 71 |
| Binary | 11111000 | 10011100 | 101101 | 0 | 100101 | 1010010 | 11 | 100001 | 1011110 | 111001 |
Color Harmonies of #F89C2D
Complementary color
Monochromatic Colors of #F89C2D
Black with #F89C2D
Text Example
Text Example
White with #F89C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C2D; }
p { color: rgb(248,156,45); }
H1.HeaderClassName
{
color: #F89C2D;
}
.AnyTagClassName
{
color: #F89C2D;
}
</style>
background-color css
<style>
a { background-color: #F89C2D; }
a { background-color: rgb(248,156,45); }
div.DivClassName
{
background-color: #F89C2D;
}
.BgClassName
{
background-color: #F89C2D;
}
</style>
border-color css
<style>
span { border-color: #F89C2D; }
span { border-color: rgb(248,156,45); }
td.TdClassName
{
border-color: #F89C2D;
}
.TagClassName
{
border-color: #F89C2D;
}
</style>