Shades of Lightning Yellow #F8A53D
Tints of Lightning Yellow #F8A53D
RGB
CMYK
RGB Variations
Color information
#F8A53D (or 0xF8A53D) is known color: Lightning Yellow. HEX triplet: F8, A5 and 3D. RGB value is (248,165,61). Sum of RGB (Red+Green+Blue) = 248+165+61=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A53D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A53D is #075AC2. Grayscale: #B2B2B2. Windows color (decimal): -481987 or 4040184. OLE color: 4040184.
HSL color Cylindrical-coordinate representation of color #F8A53D: hue angle of 33.37º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8A53D is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 61 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.03 |
| HSL | 33.37º | 0.93% | 0.61% | - |
| HSV(B) | 33.37º | 0.75% | 0.97% | - |
| XYZ | 53.01 | 47.2 | 10.73 | - |
| YUV | 177.96 | 62 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 61 | 0 | 0.33 | 0.75 | 0.03 | 33.37 | 0.93 | 0.61 |
| Hex | F8 | A5 | 3D | 0 | 21 | 4B | 3 | 21 | 5D | 3D |
| Octal | 370 | 245 | 75 | 0 | 41 | 113 | 3 | 41 | 135 | 75 |
| Binary | 11111000 | 10100101 | 111101 | 0 | 100001 | 1001011 | 11 | 100001 | 1011101 | 111101 |
Color Harmonies of #F8A53D
Complementary color
Monochromatic Colors of #F8A53D
Black with #F8A53D
Text Example
Text Example
White with #F8A53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A53D; }
p { color: rgb(248,165,61); }
H1.HeaderClassName
{
color: #F8A53D;
}
.AnyTagClassName
{
color: #F8A53D;
}
</style>
background-color css
<style>
a { background-color: #F8A53D; }
a { background-color: rgb(248,165,61); }
div.DivClassName
{
background-color: #F8A53D;
}
.BgClassName
{
background-color: #F8A53D;
}
</style>
border-color css
<style>
span { border-color: #F8A53D; }
span { border-color: rgb(248,165,61); }
td.TdClassName
{
border-color: #F8A53D;
}
.TagClassName
{
border-color: #F8A53D;
}
</style>