Shades of Yellow Orange #FDA93A
Tints of Yellow Orange #FDA93A
RGB
CMYK
RGB Variations
Color information
#FDA93A (or 0xFDA93A) is known color: Yellow Orange. HEX triplet: FD, A9 and 3A. RGB value is (253,169,58). Sum of RGB (Red+Green+Blue) = 253+169+58=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA93A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA93A is #0256C5. Grayscale: #B5B5B5. Windows color (decimal): -153286 or 3844605. OLE color: 3844605.
HSL color Cylindrical-coordinate representation of color #FDA93A: hue angle of 34.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDA93A is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 58 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.01 |
| HSL | 34.15º | 0.98% | 0.61% | - |
| HSV(B) | 34.15º | 0.77% | 0.99% | - |
| XYZ | 55.46 | 49.56 | 10.65 | - |
| YUV | 181.46 | 58.33 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 58 | 0 | 0.33 | 0.77 | 0.01 | 34.15 | 0.98 | 0.61 |
| Hex | FD | A9 | 3A | 0 | 21 | 4D | 1 | 22 | 62 | 3D |
| Octal | 375 | 251 | 72 | 0 | 41 | 115 | 1 | 42 | 142 | 75 |
| Binary | 11111101 | 10101001 | 111010 | 0 | 100001 | 1001101 | 1 | 100010 | 1100010 | 111101 |
Color Harmonies of #FDA93A
Complementary color
Monochromatic Colors of #FDA93A
Black with #FDA93A
Text Example
Text Example
White with #FDA93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA93A; }
p { color: rgb(253,169,58); }
H1.HeaderClassName
{
color: #FDA93A;
}
.AnyTagClassName
{
color: #FDA93A;
}
</style>
background-color css
<style>
a { background-color: #FDA93A; }
a { background-color: rgb(253,169,58); }
div.DivClassName
{
background-color: #FDA93A;
}
.BgClassName
{
background-color: #FDA93A;
}
</style>
border-color css
<style>
span { border-color: #FDA93A; }
span { border-color: rgb(253,169,58); }
td.TdClassName
{
border-color: #FDA93A;
}
.TagClassName
{
border-color: #FDA93A;
}
</style>