Shades of Lightning Yellow #F6AD30
Tints of Lightning Yellow #F6AD30
RGB
CMYK
RGB Variations
Color information
#F6AD30 (or 0xF6AD30) is known color: Lightning Yellow. HEX triplet: F6, AD and 30. RGB value is (246,173,48). Sum of RGB (Red+Green+Blue) = 246+173+48=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AD30 is #0952CF. Grayscale: #B5B5B5. Windows color (decimal): -611024 or 3190262. OLE color: 3190262.
HSL color Cylindrical-coordinate representation of color #F6AD30: hue angle of 37.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6AD30 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 48 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.04 |
| HSL | 37.88º | 0.92% | 0.58% | - |
| HSV(B) | 37.88º | 0.8% | 0.96% | - |
| XYZ | 53.48 | 49.69 | 9.57 | - |
| YUV | 180.58 | 53.18 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 48 | 0 | 0.30 | 0.80 | 0.04 | 37.88 | 0.92 | 0.58 |
| Hex | F6 | AD | 30 | 0 | 1E | 50 | 4 | 26 | 5C | 3A |
| Octal | 366 | 255 | 60 | 0 | 36 | 120 | 4 | 46 | 134 | 72 |
| Binary | 11110110 | 10101101 | 110000 | 0 | 11110 | 1010000 | 100 | 100110 | 1011100 | 111010 |
Color Harmonies of #F6AD30
Complementary color
Monochromatic Colors of #F6AD30
Black with #F6AD30
Text Example
Text Example
White with #F6AD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD30; }
p { color: rgb(246,173,48); }
H1.HeaderClassName
{
color: #F6AD30;
}
.AnyTagClassName
{
color: #F6AD30;
}
</style>
background-color css
<style>
a { background-color: #F6AD30; }
a { background-color: rgb(246,173,48); }
div.DivClassName
{
background-color: #F6AD30;
}
.BgClassName
{
background-color: #F6AD30;
}
</style>
border-color css
<style>
span { border-color: #F6AD30; }
span { border-color: rgb(246,173,48); }
td.TdClassName
{
border-color: #F6AD30;
}
.TagClassName
{
border-color: #F6AD30;
}
</style>