Shades of Lightning Yellow #FDA233
Tints of Lightning Yellow #FDA233
RGB
CMYK
RGB Variations
Color information
#FDA233 (or 0xFDA233) is known color: Lightning Yellow. HEX triplet: FD, A2 and 33. RGB value is (253,162,51). Sum of RGB (Red+Green+Blue) = 253+162+51=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA233 is #025DCC. Grayscale: #B1B1B1. Windows color (decimal): -155085 or 3384061. OLE color: 3384061.
HSL color Cylindrical-coordinate representation of color #FDA233: hue angle of 32.97º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDA233 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 51 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.01 |
| HSL | 32.97º | 0.98% | 0.6% | - |
| HSV(B) | 32.97º | 0.8% | 0.99% | - |
| XYZ | 54.03 | 46.96 | 9.35 | - |
| YUV | 176.56 | 57.15 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 51 | 0 | 0.36 | 0.80 | 0.01 | 32.97 | 0.98 | 0.6 |
| Hex | FD | A2 | 33 | 0 | 24 | 50 | 1 | 21 | 62 | 3C |
| Octal | 375 | 242 | 63 | 0 | 44 | 120 | 1 | 41 | 142 | 74 |
| Binary | 11111101 | 10100010 | 110011 | 0 | 100100 | 1010000 | 1 | 100001 | 1100010 | 111100 |
Color Harmonies of #FDA233
Complementary color
Monochromatic Colors of #FDA233
Black with #FDA233
Text Example
Text Example
White with #FDA233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA233; }
p { color: rgb(253,162,51); }
H1.HeaderClassName
{
color: #FDA233;
}
.AnyTagClassName
{
color: #FDA233;
}
</style>
background-color css
<style>
a { background-color: #FDA233; }
a { background-color: rgb(253,162,51); }
div.DivClassName
{
background-color: #FDA233;
}
.BgClassName
{
background-color: #FDA233;
}
</style>
border-color css
<style>
span { border-color: #FDA233; }
span { border-color: rgb(253,162,51); }
td.TdClassName
{
border-color: #FDA233;
}
.TagClassName
{
border-color: #FDA233;
}
</style>