Shades of Yellow Orange #FDA442
Tints of Yellow Orange #FDA442
RGB
CMYK
RGB Variations
Color information
#FDA442 (or 0xFDA442) is known color: Yellow Orange. HEX triplet: FD, A4 and 42. RGB value is (253,164,66). Sum of RGB (Red+Green+Blue) = 253+164+66=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA442 is #025BBD. Grayscale: #B3B3B3. Windows color (decimal): -154558 or 4367613. OLE color: 4367613.
HSL color Cylindrical-coordinate representation of color #FDA442: hue angle of 31.44º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDA442 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 66 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.01 |
| HSL | 31.44º | 0.98% | 0.63% | - |
| HSV(B) | 31.44º | 0.74% | 0.99% | - |
| XYZ | 54.77 | 47.83 | 11.5 | - |
| YUV | 179.44 | 63.99 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 66 | 0 | 0.35 | 0.74 | 0.01 | 31.44 | 0.98 | 0.63 |
| Hex | FD | A4 | 42 | 0 | 23 | 4A | 1 | 1F | 62 | 3F |
| Octal | 375 | 244 | 102 | 0 | 43 | 112 | 1 | 37 | 142 | 77 |
| Binary | 11111101 | 10100100 | 1000010 | 0 | 100011 | 1001010 | 1 | 11111 | 1100010 | 111111 |
Color Harmonies of #FDA442
Complementary color
Monochromatic Colors of #FDA442
Black with #FDA442
Text Example
Text Example
White with #FDA442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA442; }
p { color: rgb(253,164,66); }
H1.HeaderClassName
{
color: #FDA442;
}
.AnyTagClassName
{
color: #FDA442;
}
</style>
background-color css
<style>
a { background-color: #FDA442; }
a { background-color: rgb(253,164,66); }
div.DivClassName
{
background-color: #FDA442;
}
.BgClassName
{
background-color: #FDA442;
}
</style>
border-color css
<style>
span { border-color: #FDA442; }
span { border-color: rgb(253,164,66); }
td.TdClassName
{
border-color: #FDA442;
}
.TagClassName
{
border-color: #FDA442;
}
</style>