Shades of Yellow Orange #FFA93D
Tints of Yellow Orange #FFA93D
RGB
CMYK
RGB Variations
Color information
#FFA93D (or 0xFFA93D) is known color: Yellow Orange. HEX triplet: FF, A9 and 3D. RGB value is (255,169,61). Sum of RGB (Red+Green+Blue) = 255+169+61=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 61 (24.22% from 255 or 12.58% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA93D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA93D is #0056C2. Grayscale: #B6B6B6. Windows color (decimal): -22211 or 4041215. OLE color: 4041215.
HSL color Cylindrical-coordinate representation of color #FFA93D: hue angle of 33.4º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFA93D is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 61 | - |
| CMYK | 0 | 0.34 | 0.76 | 0 |
| HSL | 33.4º | 1% | 0.62% | - |
| HSV(B) | 33.4º | 0.76% | 1% | - |
| XYZ | 56.27 | 49.97 | 11.09 | - |
| YUV | 182.4 | 59.49 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 61 | 0 | 0.34 | 0.76 | 0 | 33.4 | 1 | 0.62 |
| Hex | FF | A9 | 3D | 0 | 22 | 4C | 0 | 21 | 64 | 3E |
| Octal | 377 | 251 | 75 | 0 | 42 | 114 | 0 | 41 | 144 | 76 |
| Binary | 11111111 | 10101001 | 111101 | 0 | 100010 | 1001100 | 0 | 100001 | 1100100 | 111110 |
Color Harmonies of #FFA93D
Complementary color
Monochromatic Colors of #FFA93D
Black with #FFA93D
Text Example
Text Example
White with #FFA93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA93D; }
p { color: rgb(255,169,61); }
H1.HeaderClassName
{
color: #FFA93D;
}
.AnyTagClassName
{
color: #FFA93D;
}
</style>
background-color css
<style>
a { background-color: #FFA93D; }
a { background-color: rgb(255,169,61); }
div.DivClassName
{
background-color: #FFA93D;
}
.BgClassName
{
background-color: #FFA93D;
}
</style>
border-color css
<style>
span { border-color: #FFA93D; }
span { border-color: rgb(255,169,61); }
td.TdClassName
{
border-color: #FFA93D;
}
.TagClassName
{
border-color: #FFA93D;
}
</style>