Shades of Lightning Yellow #FDA334
Tints of Lightning Yellow #FDA334
RGB
CMYK
RGB Variations
Color information
#FDA334 (or 0xFDA334) is known color: Lightning Yellow. HEX triplet: FD, A3 and 34. RGB value is (253,163,52). Sum of RGB (Red+Green+Blue) = 253+163+52=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA334 is #025CCB. Grayscale: #B1B1B1. Windows color (decimal): -154828 or 3449853. OLE color: 3449853.
HSL color Cylindrical-coordinate representation of color #FDA334: hue angle of 33.13º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDA334 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 52 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.01 |
| HSL | 33.13º | 0.98% | 0.6% | - |
| HSV(B) | 33.13º | 0.79% | 0.99% | - |
| XYZ | 54.23 | 47.32 | 9.53 | - |
| YUV | 177.26 | 57.32 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 52 | 0 | 0.36 | 0.79 | 0.01 | 33.13 | 0.98 | 0.6 |
| Hex | FD | A3 | 34 | 0 | 24 | 4F | 1 | 21 | 62 | 3C |
| Octal | 375 | 243 | 64 | 0 | 44 | 117 | 1 | 41 | 142 | 74 |
| Binary | 11111101 | 10100011 | 110100 | 0 | 100100 | 1001111 | 1 | 100001 | 1100010 | 111100 |
Color Harmonies of #FDA334
Complementary color
Monochromatic Colors of #FDA334
Black with #FDA334
Text Example
Text Example
White with #FDA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA334; }
p { color: rgb(253,163,52); }
H1.HeaderClassName
{
color: #FDA334;
}
.AnyTagClassName
{
color: #FDA334;
}
</style>
background-color css
<style>
a { background-color: #FDA334; }
a { background-color: rgb(253,163,52); }
div.DivClassName
{
background-color: #FDA334;
}
.BgClassName
{
background-color: #FDA334;
}
</style>
border-color css
<style>
span { border-color: #FDA334; }
span { border-color: rgb(253,163,52); }
td.TdClassName
{
border-color: #FDA334;
}
.TagClassName
{
border-color: #FDA334;
}
</style>