Shades of Yellow Orange #FDA83C
Tints of Yellow Orange #FDA83C
RGB
CMYK
RGB Variations
Color information
#FDA83C (or 0xFDA83C) is known color: Yellow Orange. HEX triplet: FD, A8 and 3C. RGB value is (253,168,60). Sum of RGB (Red+Green+Blue) = 253+168+60=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA83C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA83C is #0257C3. Grayscale: #B5B5B5. Windows color (decimal): -153540 or 3975421. OLE color: 3975421.
HSL color Cylindrical-coordinate representation of color #FDA83C: hue angle of 33.58º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDA83C is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 60 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.01 |
| HSL | 33.58º | 0.98% | 0.61% | - |
| HSV(B) | 33.58º | 0.76% | 0.99% | - |
| XYZ | 55.33 | 49.21 | 10.86 | - |
| YUV | 181.1 | 59.66 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 60 | 0 | 0.34 | 0.76 | 0.01 | 33.58 | 0.98 | 0.61 |
| Hex | FD | A8 | 3C | 0 | 22 | 4C | 1 | 22 | 62 | 3D |
| Octal | 375 | 250 | 74 | 0 | 42 | 114 | 1 | 42 | 142 | 75 |
| Binary | 11111101 | 10101000 | 111100 | 0 | 100010 | 1001100 | 1 | 100010 | 1100010 | 111101 |
Color Harmonies of #FDA83C
Complementary color
Monochromatic Colors of #FDA83C
Black with #FDA83C
Text Example
Text Example
White with #FDA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA83C; }
p { color: rgb(253,168,60); }
H1.HeaderClassName
{
color: #FDA83C;
}
.AnyTagClassName
{
color: #FDA83C;
}
</style>
background-color css
<style>
a { background-color: #FDA83C; }
a { background-color: rgb(253,168,60); }
div.DivClassName
{
background-color: #FDA83C;
}
.BgClassName
{
background-color: #FDA83C;
}
</style>
border-color css
<style>
span { border-color: #FDA83C; }
span { border-color: rgb(253,168,60); }
td.TdClassName
{
border-color: #FDA83C;
}
.TagClassName
{
border-color: #FDA83C;
}
</style>