Shades of Lightning Yellow #F8A338
Tints of Lightning Yellow #F8A338
RGB
CMYK
RGB Variations
Color information
#F8A338 (or 0xF8A338) is known color: Lightning Yellow. HEX triplet: F8, A3 and 38. RGB value is (248,163,56). Sum of RGB (Red+Green+Blue) = 248+163+56=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A338 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A338 is #075CC7. Grayscale: #B0B0B0. Windows color (decimal): -482504 or 3711992. OLE color: 3711992.
HSL color Cylindrical-coordinate representation of color #F8A338: hue angle of 33.44º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8A338 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 56 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.03 |
| HSL | 33.44º | 0.93% | 0.6% | - |
| HSV(B) | 33.44º | 0.77% | 0.97% | - |
| XYZ | 52.52 | 46.44 | 9.94 | - |
| YUV | 176.22 | 60.16 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 56 | 0 | 0.34 | 0.77 | 0.03 | 33.44 | 0.93 | 0.6 |
| Hex | F8 | A3 | 38 | 0 | 22 | 4D | 3 | 21 | 5D | 3C |
| Octal | 370 | 243 | 70 | 0 | 42 | 115 | 3 | 41 | 135 | 74 |
| Binary | 11111000 | 10100011 | 111000 | 0 | 100010 | 1001101 | 11 | 100001 | 1011101 | 111100 |
Color Harmonies of #F8A338
Complementary color
Monochromatic Colors of #F8A338
Black with #F8A338
Text Example
Text Example
White with #F8A338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A338; }
p { color: rgb(248,163,56); }
H1.HeaderClassName
{
color: #F8A338;
}
.AnyTagClassName
{
color: #F8A338;
}
</style>
background-color css
<style>
a { background-color: #F8A338; }
a { background-color: rgb(248,163,56); }
div.DivClassName
{
background-color: #F8A338;
}
.BgClassName
{
background-color: #F8A338;
}
</style>
border-color css
<style>
span { border-color: #F8A338; }
span { border-color: rgb(248,163,56); }
td.TdClassName
{
border-color: #F8A338;
}
.TagClassName
{
border-color: #F8A338;
}
</style>