Shades of Lightning Yellow #FFA632
Tints of Lightning Yellow #FFA632
RGB
CMYK
RGB Variations
Color information
#FFA632 (or 0xFFA632) is known color: Lightning Yellow. HEX triplet: FF, A6 and 32. RGB value is (255,166,50). Sum of RGB (Red+Green+Blue) = 255+166+50=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA632 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA632 is #0059CD. Grayscale: #B3B3B3. Windows color (decimal): -22990 or 3319551. OLE color: 3319551.
HSL color Cylindrical-coordinate representation of color #FFA632: hue angle of 33.95º 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 #FFA632 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 50 | - |
| CMYK | 0 | 0.35 | 0.80 | 0 |
| HSL | 33.95º | 1% | 0.6% | - |
| HSV(B) | 33.95º | 0.8% | 1% | - |
| XYZ | 55.45 | 48.76 | 9.51 | - |
| YUV | 179.39 | 54.99 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 50 | 0 | 0.35 | 0.80 | 0 | 33.95 | 1 | 0.6 |
| Hex | FF | A6 | 32 | 0 | 23 | 50 | 0 | 22 | 64 | 3C |
| Octal | 377 | 246 | 62 | 0 | 43 | 120 | 0 | 42 | 144 | 74 |
| Binary | 11111111 | 10100110 | 110010 | 0 | 100011 | 1010000 | 0 | 100010 | 1100100 | 111100 |
Color Harmonies of #FFA632
Complementary color
Monochromatic Colors of #FFA632
Black with #FFA632
Text Example
Text Example
White with #FFA632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA632; }
p { color: rgb(255,166,50); }
H1.HeaderClassName
{
color: #FFA632;
}
.AnyTagClassName
{
color: #FFA632;
}
</style>
background-color css
<style>
a { background-color: #FFA632; }
a { background-color: rgb(255,166,50); }
div.DivClassName
{
background-color: #FFA632;
}
.BgClassName
{
background-color: #FFA632;
}
</style>
border-color css
<style>
span { border-color: #FFA632; }
span { border-color: rgb(255,166,50); }
td.TdClassName
{
border-color: #FFA632;
}
.TagClassName
{
border-color: #FFA632;
}
</style>