Shades of Lightning Yellow #FFA838
Tints of Lightning Yellow #FFA838
RGB
CMYK
RGB Variations
Color information
#FFA838 (or 0xFFA838) is known color: Lightning Yellow. HEX triplet: FF, A8 and 38. RGB value is (255,168,56). Sum of RGB (Red+Green+Blue) = 255+168+56=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 56 (22.27% from 255 or 11.69% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA838 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA838 is #0057C7. Grayscale: #B5B5B5. Windows color (decimal): -22472 or 3713279. OLE color: 3713279.
HSL color Cylindrical-coordinate representation of color #FFA838: hue angle of 33.77º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFA838 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 56 | - |
| CMYK | 0 | 0.34 | 0.78 | 0 |
| HSL | 33.77º | 1% | 0.61% | - |
| HSV(B) | 33.77º | 0.78% | 1% | - |
| XYZ | 55.96 | 49.55 | 10.36 | - |
| YUV | 181.25 | 57.32 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 56 | 0 | 0.34 | 0.78 | 0 | 33.77 | 1 | 0.61 |
| Hex | FF | A8 | 38 | 0 | 22 | 4E | 0 | 22 | 64 | 3D |
| Octal | 377 | 250 | 70 | 0 | 42 | 116 | 0 | 42 | 144 | 75 |
| Binary | 11111111 | 10101000 | 111000 | 0 | 100010 | 1001110 | 0 | 100010 | 1100100 | 111101 |
Color Harmonies of #FFA838
Complementary color
Monochromatic Colors of #FFA838
Black with #FFA838
Text Example
Text Example
White with #FFA838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA838; }
p { color: rgb(255,168,56); }
H1.HeaderClassName
{
color: #FFA838;
}
.AnyTagClassName
{
color: #FFA838;
}
</style>
background-color css
<style>
a { background-color: #FFA838; }
a { background-color: rgb(255,168,56); }
div.DivClassName
{
background-color: #FFA838;
}
.BgClassName
{
background-color: #FFA838;
}
</style>
border-color css
<style>
span { border-color: #FFA838; }
span { border-color: rgb(255,168,56); }
td.TdClassName
{
border-color: #FFA838;
}
.TagClassName
{
border-color: #FFA838;
}
</style>