Shades of Yellow Orange #FDA93D
Tints of Yellow Orange #FDA93D
RGB
CMYK
RGB Variations
Color information
#FDA93D (or 0xFDA93D) is known color: Yellow Orange. HEX triplet: FD, A9 and 3D. RGB value is (253,169,61). Sum of RGB (Red+Green+Blue) = 253+169+61=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA93D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA93D is #0256C2. Grayscale: #B6B6B6. Windows color (decimal): -153283 or 4041213. OLE color: 4041213.
HSL color Cylindrical-coordinate representation of color #FDA93D: hue angle of 33.75º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDA93D is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 61 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.01 |
| HSL | 33.75º | 0.98% | 0.62% | - |
| HSV(B) | 33.75º | 0.76% | 0.99% | - |
| XYZ | 55.54 | 49.6 | 11.06 | - |
| YUV | 181.8 | 59.83 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 61 | 0 | 0.33 | 0.76 | 0.01 | 33.75 | 0.98 | 0.62 |
| Hex | FD | A9 | 3D | 0 | 21 | 4C | 1 | 22 | 62 | 3E |
| Octal | 375 | 251 | 75 | 0 | 41 | 114 | 1 | 42 | 142 | 76 |
| Binary | 11111101 | 10101001 | 111101 | 0 | 100001 | 1001100 | 1 | 100010 | 1100010 | 111110 |
Color Harmonies of #FDA93D
Complementary color
Monochromatic Colors of #FDA93D
Black with #FDA93D
Text Example
Text Example
White with #FDA93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA93D; }
p { color: rgb(253,169,61); }
H1.HeaderClassName
{
color: #FDA93D;
}
.AnyTagClassName
{
color: #FDA93D;
}
</style>
background-color css
<style>
a { background-color: #FDA93D; }
a { background-color: rgb(253,169,61); }
div.DivClassName
{
background-color: #FDA93D;
}
.BgClassName
{
background-color: #FDA93D;
}
</style>
border-color css
<style>
span { border-color: #FDA93D; }
span { border-color: rgb(253,169,61); }
td.TdClassName
{
border-color: #FDA93D;
}
.TagClassName
{
border-color: #FDA93D;
}
</style>