Shades of Lightning Yellow #FFA536
Tints of Lightning Yellow #FFA536
RGB
CMYK
RGB Variations
Color information
#FFA536 (or 0xFFA536) is known color: Lightning Yellow. HEX triplet: FF, A5 and 36. RGB value is (255,165,54). Sum of RGB (Red+Green+Blue) = 255+165+54=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 54 (21.48% from 255 or 11.39% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA536 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA536 is #005AC9. Grayscale: #B3B3B3. Windows color (decimal): -23242 or 3581439. OLE color: 3581439.
HSL color Cylindrical-coordinate representation of color #FFA536: hue angle of 33.13º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFA536 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 54 | - |
| CMYK | 0 | 0.35 | 0.79 | 0 |
| HSL | 33.13º | 1% | 0.61% | - |
| HSV(B) | 33.13º | 0.79% | 1% | - |
| XYZ | 55.36 | 48.44 | 9.92 | - |
| YUV | 179.26 | 57.32 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 54 | 0 | 0.35 | 0.79 | 0 | 33.13 | 1 | 0.61 |
| Hex | FF | A5 | 36 | 0 | 23 | 4F | 0 | 21 | 64 | 3D |
| Octal | 377 | 245 | 66 | 0 | 43 | 117 | 0 | 41 | 144 | 75 |
| Binary | 11111111 | 10100101 | 110110 | 0 | 100011 | 1001111 | 0 | 100001 | 1100100 | 111101 |
Color Harmonies of #FFA536
Complementary color
Monochromatic Colors of #FFA536
Black with #FFA536
Text Example
Text Example
White with #FFA536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA536; }
p { color: rgb(255,165,54); }
H1.HeaderClassName
{
color: #FFA536;
}
.AnyTagClassName
{
color: #FFA536;
}
</style>
background-color css
<style>
a { background-color: #FFA536; }
a { background-color: rgb(255,165,54); }
div.DivClassName
{
background-color: #FFA536;
}
.BgClassName
{
background-color: #FFA536;
}
</style>
border-color css
<style>
span { border-color: #FFA536; }
span { border-color: rgb(255,165,54); }
td.TdClassName
{
border-color: #FFA536;
}
.TagClassName
{
border-color: #FFA536;
}
</style>