Shades of Lightning Yellow #FFA335
Tints of Lightning Yellow #FFA335
RGB
CMYK
RGB Variations
Color information
#FFA335 (or 0xFFA335) is known color: Lightning Yellow. HEX triplet: FF, A3 and 35. RGB value is (255,163,53). Sum of RGB (Red+Green+Blue) = 255+163+53=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA335 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA335 is #005CCA. Grayscale: #B2B2B2. Windows color (decimal): -23755 or 3515391. OLE color: 3515391.
HSL color Cylindrical-coordinate representation of color #FFA335: hue angle of 32.67º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFA335 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 53 | - |
| CMYK | 0 | 0.36 | 0.79 | 0 |
| HSL | 32.67º | 1% | 0.6% | - |
| HSV(B) | 32.67º | 0.79% | 1% | - |
| XYZ | 54.98 | 47.71 | 9.68 | - |
| YUV | 177.97 | 57.48 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 53 | 0 | 0.36 | 0.79 | 0 | 32.67 | 1 | 0.6 |
| Hex | FF | A3 | 35 | 0 | 24 | 4F | 0 | 21 | 64 | 3C |
| Octal | 377 | 243 | 65 | 0 | 44 | 117 | 0 | 41 | 144 | 74 |
| Binary | 11111111 | 10100011 | 110101 | 0 | 100100 | 1001111 | 0 | 100001 | 1100100 | 111100 |
Color Harmonies of #FFA335
Complementary color
Monochromatic Colors of #FFA335
Black with #FFA335
Text Example
Text Example
White with #FFA335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA335; }
p { color: rgb(255,163,53); }
H1.HeaderClassName
{
color: #FFA335;
}
.AnyTagClassName
{
color: #FFA335;
}
</style>
background-color css
<style>
a { background-color: #FFA335; }
a { background-color: rgb(255,163,53); }
div.DivClassName
{
background-color: #FFA335;
}
.BgClassName
{
background-color: #FFA335;
}
</style>
border-color css
<style>
span { border-color: #FFA335; }
span { border-color: rgb(255,163,53); }
td.TdClassName
{
border-color: #FFA335;
}
.TagClassName
{
border-color: #FFA335;
}
</style>