Shades of Lightning Yellow #F6A223
Tints of Lightning Yellow #F6A223
RGB
CMYK
RGB Variations
Color information
#F6A223 (or 0xF6A223) is known color: Lightning Yellow. HEX triplet: F6, A2 and 23. RGB value is (246,162,35). Sum of RGB (Red+Green+Blue) = 246+162+35=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 35 (14.06% from 255 or 7.90% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A223 is #095DDC. Grayscale: #ADADAD. Windows color (decimal): -613853 or 2335478. OLE color: 2335478.
HSL color Cylindrical-coordinate representation of color #F6A223: hue angle of 36.11º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F6A223 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 162 | 35 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.04 |
| HSL | 36.11º | 0.92% | 0.55% | - |
| HSV(B) | 36.11º | 0.86% | 0.96% | - |
| XYZ | 51.23 | 45.55 | 7.68 | - |
| YUV | 172.64 | 50.33 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 35 | 0 | 0.34 | 0.86 | 0.04 | 36.11 | 0.92 | 0.55 |
| Hex | F6 | A2 | 23 | 0 | 22 | 56 | 4 | 24 | 5C | 37 |
| Octal | 366 | 242 | 43 | 0 | 42 | 126 | 4 | 44 | 134 | 67 |
| Binary | 11110110 | 10100010 | 100011 | 0 | 100010 | 1010110 | 100 | 100100 | 1011100 | 110111 |
Color Harmonies of #F6A223
Complementary color
Monochromatic Colors of #F6A223
Black with #F6A223
Text Example
Text Example
White with #F6A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A223; }
p { color: rgb(246,162,35); }
H1.HeaderClassName
{
color: #F6A223;
}
.AnyTagClassName
{
color: #F6A223;
}
</style>
background-color css
<style>
a { background-color: #F6A223; }
a { background-color: rgb(246,162,35); }
div.DivClassName
{
background-color: #F6A223;
}
.BgClassName
{
background-color: #F6A223;
}
</style>
border-color css
<style>
span { border-color: #F6A223; }
span { border-color: rgb(246,162,35); }
td.TdClassName
{
border-color: #F6A223;
}
.TagClassName
{
border-color: #F6A223;
}
</style>