Shades of Lightning Yellow #F6AD2B
Tints of Lightning Yellow #F6AD2B
RGB
CMYK
RGB Variations
Color information
#F6AD2B (or 0xF6AD2B) is known color: Lightning Yellow. HEX triplet: F6, AD and 2B. RGB value is (246,173,43). Sum of RGB (Red+Green+Blue) = 246+173+43=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AD2B is #0952D4. Grayscale: #B4B4B4. Windows color (decimal): -611029 or 2862582. OLE color: 2862582.
HSL color Cylindrical-coordinate representation of color #F6AD2B: hue angle of 38.42º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6AD2B is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 43 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.04 |
| HSL | 38.42º | 0.92% | 0.57% | - |
| HSV(B) | 38.42º | 0.83% | 0.96% | - |
| XYZ | 53.39 | 49.65 | 9.06 | - |
| YUV | 180.01 | 50.68 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 43 | 0 | 0.30 | 0.83 | 0.04 | 38.42 | 0.92 | 0.57 |
| Hex | F6 | AD | 2B | 0 | 1E | 53 | 4 | 26 | 5C | 39 |
| Octal | 366 | 255 | 53 | 0 | 36 | 123 | 4 | 46 | 134 | 71 |
| Binary | 11110110 | 10101101 | 101011 | 0 | 11110 | 1010011 | 100 | 100110 | 1011100 | 111001 |
Color Harmonies of #F6AD2B
Complementary color
Monochromatic Colors of #F6AD2B
Black with #F6AD2B
Text Example
Text Example
White with #F6AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD2B; }
p { color: rgb(246,173,43); }
H1.HeaderClassName
{
color: #F6AD2B;
}
.AnyTagClassName
{
color: #F6AD2B;
}
</style>
background-color css
<style>
a { background-color: #F6AD2B; }
a { background-color: rgb(246,173,43); }
div.DivClassName
{
background-color: #F6AD2B;
}
.BgClassName
{
background-color: #F6AD2B;
}
</style>
border-color css
<style>
span { border-color: #F6AD2B; }
span { border-color: rgb(246,173,43); }
td.TdClassName
{
border-color: #F6AD2B;
}
.TagClassName
{
border-color: #F6AD2B;
}
</style>