Shades of Lightning Yellow #F6AD2A
Tints of Lightning Yellow #F6AD2A
RGB
CMYK
RGB Variations
Color information
#F6AD2A (or 0xF6AD2A) is known color: Lightning Yellow. HEX triplet: F6, AD and 2A. RGB value is (246,173,42). Sum of RGB (Red+Green+Blue) = 246+173+42=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AD2A is #0952D5. Grayscale: #B4B4B4. Windows color (decimal): -611030 or 2797046. OLE color: 2797046.
HSL color Cylindrical-coordinate representation of color #F6AD2A: hue angle of 38.53º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6AD2A is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 42 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.04 |
| HSL | 38.53º | 0.92% | 0.56% | - |
| HSV(B) | 38.53º | 0.83% | 0.96% | - |
| XYZ | 53.37 | 49.65 | 8.96 | - |
| YUV | 179.89 | 50.18 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 42 | 0 | 0.30 | 0.83 | 0.04 | 38.53 | 0.92 | 0.56 |
| Hex | F6 | AD | 2A | 0 | 1E | 53 | 4 | 27 | 5C | 38 |
| Octal | 366 | 255 | 52 | 0 | 36 | 123 | 4 | 47 | 134 | 70 |
| Binary | 11110110 | 10101101 | 101010 | 0 | 11110 | 1010011 | 100 | 100111 | 1011100 | 111000 |
Color Harmonies of #F6AD2A
Complementary color
Monochromatic Colors of #F6AD2A
Black with #F6AD2A
Text Example
Text Example
White with #F6AD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD2A; }
p { color: rgb(246,173,42); }
H1.HeaderClassName
{
color: #F6AD2A;
}
.AnyTagClassName
{
color: #F6AD2A;
}
</style>
background-color css
<style>
a { background-color: #F6AD2A; }
a { background-color: rgb(246,173,42); }
div.DivClassName
{
background-color: #F6AD2A;
}
.BgClassName
{
background-color: #F6AD2A;
}
</style>
border-color css
<style>
span { border-color: #F6AD2A; }
span { border-color: rgb(246,173,42); }
td.TdClassName
{
border-color: #F6AD2A;
}
.TagClassName
{
border-color: #F6AD2A;
}
</style>