Shades of Lightning Yellow #F6A430
Tints of Lightning Yellow #F6A430
RGB
CMYK
RGB Variations
Color information
#F6A430 (or 0xF6A430) is known color: Lightning Yellow. HEX triplet: F6, A4 and 30. RGB value is (246,164,48). Sum of RGB (Red+Green+Blue) = 246+164+48=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A430 is #095BCF. Grayscale: #AFAFAF. Windows color (decimal): -613328 or 3187958. OLE color: 3187958.
HSL color Cylindrical-coordinate representation of color #F6A430: hue angle of 35.15º 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 #F6A430 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 48 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.04 |
| HSL | 35.15º | 0.92% | 0.58% | - |
| HSV(B) | 35.15º | 0.8% | 0.96% | - |
| XYZ | 51.82 | 46.36 | 9.01 | - |
| YUV | 175.29 | 56.17 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 48 | 0 | 0.33 | 0.80 | 0.04 | 35.15 | 0.92 | 0.58 |
| Hex | F6 | A4 | 30 | 0 | 21 | 50 | 4 | 23 | 5C | 3A |
| Octal | 366 | 244 | 60 | 0 | 41 | 120 | 4 | 43 | 134 | 72 |
| Binary | 11110110 | 10100100 | 110000 | 0 | 100001 | 1010000 | 100 | 100011 | 1011100 | 111010 |
Color Harmonies of #F6A430
Complementary color
Monochromatic Colors of #F6A430
Black with #F6A430
Text Example
Text Example
White with #F6A430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A430; }
p { color: rgb(246,164,48); }
H1.HeaderClassName
{
color: #F6A430;
}
.AnyTagClassName
{
color: #F6A430;
}
</style>
background-color css
<style>
a { background-color: #F6A430; }
a { background-color: rgb(246,164,48); }
div.DivClassName
{
background-color: #F6A430;
}
.BgClassName
{
background-color: #F6A430;
}
</style>
border-color css
<style>
span { border-color: #F6A430; }
span { border-color: rgb(246,164,48); }
td.TdClassName
{
border-color: #F6A430;
}
.TagClassName
{
border-color: #F6A430;
}
</style>