Shades of Lightning Yellow #F6AD2E
Tints of Lightning Yellow #F6AD2E
RGB
CMYK
RGB Variations
Color information
#F6AD2E (or 0xF6AD2E) is known color: Lightning Yellow. HEX triplet: F6, AD and 2E. RGB value is (246,173,46). Sum of RGB (Red+Green+Blue) = 246+173+46=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AD2E is #0952D1. Grayscale: #B4B4B4. Windows color (decimal): -611026 or 3059190. OLE color: 3059190.
HSL color Cylindrical-coordinate representation of color #F6AD2E: hue angle of 38.1º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F6AD2E is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 46 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.04 |
| HSL | 38.1º | 0.92% | 0.57% | - |
| HSV(B) | 38.1º | 0.81% | 0.96% | - |
| XYZ | 53.44 | 49.68 | 9.36 | - |
| YUV | 180.35 | 52.18 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 46 | 0 | 0.30 | 0.81 | 0.04 | 38.1 | 0.92 | 0.57 |
| Hex | F6 | AD | 2E | 0 | 1E | 51 | 4 | 26 | 5C | 39 |
| Octal | 366 | 255 | 56 | 0 | 36 | 121 | 4 | 46 | 134 | 71 |
| Binary | 11110110 | 10101101 | 101110 | 0 | 11110 | 1010001 | 100 | 100110 | 1011100 | 111001 |
Color Harmonies of #F6AD2E
Complementary color
Monochromatic Colors of #F6AD2E
Black with #F6AD2E
Text Example
Text Example
White with #F6AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD2E; }
p { color: rgb(246,173,46); }
H1.HeaderClassName
{
color: #F6AD2E;
}
.AnyTagClassName
{
color: #F6AD2E;
}
</style>
background-color css
<style>
a { background-color: #F6AD2E; }
a { background-color: rgb(246,173,46); }
div.DivClassName
{
background-color: #F6AD2E;
}
.BgClassName
{
background-color: #F6AD2E;
}
</style>
border-color css
<style>
span { border-color: #F6AD2E; }
span { border-color: rgb(246,173,46); }
td.TdClassName
{
border-color: #F6AD2E;
}
.TagClassName
{
border-color: #F6AD2E;
}
</style>