Shades of Lightning Yellow #FFA634
Tints of Lightning Yellow #FFA634
RGB
CMYK
RGB Variations
Color information
#FFA634 (or 0xFFA634) is known color: Lightning Yellow. HEX triplet: FF, A6 and 34. RGB value is (255,166,52). Sum of RGB (Red+Green+Blue) = 255+166+52=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA634 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA634 is #0059CB. Grayscale: #B4B4B4. Windows color (decimal): -22988 or 3450623. OLE color: 3450623.
HSL color Cylindrical-coordinate representation of color #FFA634: hue angle of 33.69º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFA634 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 52 | - |
| CMYK | 0 | 0.35 | 0.80 | 0 |
| HSL | 33.69º | 1% | 0.6% | - |
| HSV(B) | 33.69º | 0.8% | 1% | - |
| XYZ | 55.5 | 48.78 | 9.74 | - |
| YUV | 179.62 | 55.99 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 52 | 0 | 0.35 | 0.80 | 0 | 33.69 | 1 | 0.6 |
| Hex | FF | A6 | 34 | 0 | 23 | 50 | 0 | 22 | 64 | 3C |
| Octal | 377 | 246 | 64 | 0 | 43 | 120 | 0 | 42 | 144 | 74 |
| Binary | 11111111 | 10100110 | 110100 | 0 | 100011 | 1010000 | 0 | 100010 | 1100100 | 111100 |
Color Harmonies of #FFA634
Complementary color
Monochromatic Colors of #FFA634
Black with #FFA634
Text Example
Text Example
White with #FFA634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA634; }
p { color: rgb(255,166,52); }
H1.HeaderClassName
{
color: #FFA634;
}
.AnyTagClassName
{
color: #FFA634;
}
</style>
background-color css
<style>
a { background-color: #FFA634; }
a { background-color: rgb(255,166,52); }
div.DivClassName
{
background-color: #FFA634;
}
.BgClassName
{
background-color: #FFA634;
}
</style>
border-color css
<style>
span { border-color: #FFA634; }
span { border-color: rgb(255,166,52); }
td.TdClassName
{
border-color: #FFA634;
}
.TagClassName
{
border-color: #FFA634;
}
</style>