Shades of Lightning Yellow #FFA530
Tints of Lightning Yellow #FFA530
RGB
CMYK
RGB Variations
Color information
#FFA530 (or 0xFFA530) is known color: Lightning Yellow. HEX triplet: FF, A5 and 30. RGB value is (255,165,48). Sum of RGB (Red+Green+Blue) = 255+165+48=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA530 is #005ACF. Grayscale: #B3B3B3. Windows color (decimal): -23248 or 3188223. OLE color: 3188223.
HSL color Cylindrical-coordinate representation of color #FFA530: hue angle of 33.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFA530 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 48 | - |
| CMYK | 0 | 0.35 | 0.81 | 0 |
| HSL | 33.91º | 1% | 0.59% | - |
| HSV(B) | 33.91º | 0.81% | 1% | - |
| XYZ | 55.23 | 48.38 | 9.22 | - |
| YUV | 178.57 | 54.32 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 48 | 0 | 0.35 | 0.81 | 0 | 33.91 | 1 | 0.59 |
| Hex | FF | A5 | 30 | 0 | 23 | 51 | 0 | 22 | 64 | 3B |
| Octal | 377 | 245 | 60 | 0 | 43 | 121 | 0 | 42 | 144 | 73 |
| Binary | 11111111 | 10100101 | 110000 | 0 | 100011 | 1010001 | 0 | 100010 | 1100100 | 111011 |
Color Harmonies of #FFA530
Complementary color
Monochromatic Colors of #FFA530
Black with #FFA530
Text Example
Text Example
White with #FFA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA530; }
p { color: rgb(255,165,48); }
H1.HeaderClassName
{
color: #FFA530;
}
.AnyTagClassName
{
color: #FFA530;
}
</style>
background-color css
<style>
a { background-color: #FFA530; }
a { background-color: rgb(255,165,48); }
div.DivClassName
{
background-color: #FFA530;
}
.BgClassName
{
background-color: #FFA530;
}
</style>
border-color css
<style>
span { border-color: #FFA530; }
span { border-color: rgb(255,165,48); }
td.TdClassName
{
border-color: #FFA530;
}
.TagClassName
{
border-color: #FFA530;
}
</style>