Shades of Lightning Yellow #F6A834
Tints of Lightning Yellow #F6A834
RGB
CMYK
RGB Variations
Color information
#F6A834 (or 0xF6A834) is known color: Lightning Yellow. HEX triplet: F6, A8 and 34. RGB value is (246,168,52). Sum of RGB (Red+Green+Blue) = 246+168+52=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A834 is #0957CB. Grayscale: #B2B2B2. Windows color (decimal): -612300 or 3451126. OLE color: 3451126.
HSL color Cylindrical-coordinate representation of color #F6A834: hue angle of 35.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F6A834 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 52 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.04 |
| HSL | 35.88º | 0.92% | 0.58% | - |
| HSV(B) | 35.88º | 0.79% | 0.96% | - |
| XYZ | 52.63 | 47.85 | 9.71 | - |
| YUV | 178.1 | 56.84 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 52 | 0 | 0.32 | 0.79 | 0.04 | 35.88 | 0.92 | 0.58 |
| Hex | F6 | A8 | 34 | 0 | 20 | 4F | 4 | 24 | 5C | 3A |
| Octal | 366 | 250 | 64 | 0 | 40 | 117 | 4 | 44 | 134 | 72 |
| Binary | 11110110 | 10101000 | 110100 | 0 | 100000 | 1001111 | 100 | 100100 | 1011100 | 111010 |
Color Harmonies of #F6A834
Complementary color
Monochromatic Colors of #F6A834
Black with #F6A834
Text Example
Text Example
White with #F6A834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A834; }
p { color: rgb(246,168,52); }
H1.HeaderClassName
{
color: #F6A834;
}
.AnyTagClassName
{
color: #F6A834;
}
</style>
background-color css
<style>
a { background-color: #F6A834; }
a { background-color: rgb(246,168,52); }
div.DivClassName
{
background-color: #F6A834;
}
.BgClassName
{
background-color: #F6A834;
}
</style>
border-color css
<style>
span { border-color: #F6A834; }
span { border-color: rgb(246,168,52); }
td.TdClassName
{
border-color: #F6A834;
}
.TagClassName
{
border-color: #F6A834;
}
</style>