Shades of Yellow Orange #FDAC3F
Tints of Yellow Orange #FDAC3F
RGB
CMYK
RGB Variations
Color information
#FDAC3F (or 0xFDAC3F) is known color: Yellow Orange. HEX triplet: FD, AC and 3F. RGB value is (253,172,63). Sum of RGB (Red+Green+Blue) = 253+172+63=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC3F is #0253C0. Grayscale: #B8B8B8. Windows color (decimal): -152513 or 4173053. OLE color: 4173053.
HSL color Cylindrical-coordinate representation of color #FDAC3F: hue angle of 34.42º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDAC3F is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 63 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.01 |
| HSL | 34.42º | 0.98% | 0.62% | - |
| HSV(B) | 34.42º | 0.75% | 0.99% | - |
| XYZ | 56.16 | 50.75 | 11.54 | - |
| YUV | 183.79 | 59.84 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 63 | 0 | 0.32 | 0.75 | 0.01 | 34.42 | 0.98 | 0.62 |
| Hex | FD | AC | 3F | 0 | 20 | 4B | 1 | 22 | 62 | 3E |
| Octal | 375 | 254 | 77 | 0 | 40 | 113 | 1 | 42 | 142 | 76 |
| Binary | 11111101 | 10101100 | 111111 | 0 | 100000 | 1001011 | 1 | 100010 | 1100010 | 111110 |
Color Harmonies of #FDAC3F
Complementary color
Monochromatic Colors of #FDAC3F
Black with #FDAC3F
Text Example
Text Example
White with #FDAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC3F; }
p { color: rgb(253,172,63); }
H1.HeaderClassName
{
color: #FDAC3F;
}
.AnyTagClassName
{
color: #FDAC3F;
}
</style>
background-color css
<style>
a { background-color: #FDAC3F; }
a { background-color: rgb(253,172,63); }
div.DivClassName
{
background-color: #FDAC3F;
}
.BgClassName
{
background-color: #FDAC3F;
}
</style>
border-color css
<style>
span { border-color: #FDAC3F; }
span { border-color: rgb(253,172,63); }
td.TdClassName
{
border-color: #FDAC3F;
}
.TagClassName
{
border-color: #FDAC3F;
}
</style>