Shades of Lightning Yellow #FFA230
Tints of Lightning Yellow #FFA230
RGB
CMYK
RGB Variations
Color information
#FFA230 (or 0xFFA230) is known color: Lightning Yellow. HEX triplet: FF, A2 and 30. RGB value is (255,162,48). Sum of RGB (Red+Green+Blue) = 255+162+48=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA230 is #005DCF. Grayscale: #B1B1B1. Windows color (decimal): -24016 or 3187455. OLE color: 3187455.
HSL color Cylindrical-coordinate representation of color #FFA230: hue angle of 33.04º 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 #FFA230 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 48 | - |
| CMYK | 0 | 0.36 | 0.81 | 0 |
| HSL | 33.04º | 1% | 0.59% | - |
| HSV(B) | 33.04º | 0.81% | 1% | - |
| XYZ | 54.69 | 47.31 | 9.05 | - |
| YUV | 176.81 | 55.31 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 48 | 0 | 0.36 | 0.81 | 0 | 33.04 | 1 | 0.59 |
| Hex | FF | A2 | 30 | 0 | 24 | 51 | 0 | 21 | 64 | 3B |
| Octal | 377 | 242 | 60 | 0 | 44 | 121 | 0 | 41 | 144 | 73 |
| Binary | 11111111 | 10100010 | 110000 | 0 | 100100 | 1010001 | 0 | 100001 | 1100100 | 111011 |
Color Harmonies of #FFA230
Complementary color
Monochromatic Colors of #FFA230
Black with #FFA230
Text Example
Text Example
White with #FFA230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA230; }
p { color: rgb(255,162,48); }
H1.HeaderClassName
{
color: #FFA230;
}
.AnyTagClassName
{
color: #FFA230;
}
</style>
background-color css
<style>
a { background-color: #FFA230; }
a { background-color: rgb(255,162,48); }
div.DivClassName
{
background-color: #FFA230;
}
.BgClassName
{
background-color: #FFA230;
}
</style>
border-color css
<style>
span { border-color: #FFA230; }
span { border-color: rgb(255,162,48); }
td.TdClassName
{
border-color: #FFA230;
}
.TagClassName
{
border-color: #FFA230;
}
</style>