Shades of Yellow Orange #FFA93F
Tints of Yellow Orange #FFA93F
RGB
CMYK
RGB Variations
Color information
#FFA93F (or 0xFFA93F) is known color: Yellow Orange. HEX triplet: FF, A9 and 3F. RGB value is (255,169,63). Sum of RGB (Red+Green+Blue) = 255+169+63=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 63 (25% from 255 or 12.94% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA93F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA93F is #0056C0. Grayscale: #B7B7B7. Windows color (decimal): -22209 or 4172287. OLE color: 4172287.
HSL color Cylindrical-coordinate representation of color #FFA93F: hue angle of 33.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFA93F is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 63 | - |
| CMYK | 0 | 0.34 | 0.75 | 0 |
| HSL | 33.13º | 1% | 0.62% | - |
| HSV(B) | 33.13º | 0.75% | 1% | - |
| XYZ | 56.33 | 49.99 | 11.38 | - |
| YUV | 182.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 63 | 0 | 0.34 | 0.75 | 0 | 33.13 | 1 | 0.62 |
| Hex | FF | A9 | 3F | 0 | 22 | 4B | 0 | 21 | 64 | 3E |
| Octal | 377 | 251 | 77 | 0 | 42 | 113 | 0 | 41 | 144 | 76 |
| Binary | 11111111 | 10101001 | 111111 | 0 | 100010 | 1001011 | 0 | 100001 | 1100100 | 111110 |
Color Harmonies of #FFA93F
Complementary color
Monochromatic Colors of #FFA93F
Black with #FFA93F
Text Example
Text Example
White with #FFA93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA93F; }
p { color: rgb(255,169,63); }
H1.HeaderClassName
{
color: #FFA93F;
}
.AnyTagClassName
{
color: #FFA93F;
}
</style>
background-color css
<style>
a { background-color: #FFA93F; }
a { background-color: rgb(255,169,63); }
div.DivClassName
{
background-color: #FFA93F;
}
.BgClassName
{
background-color: #FFA93F;
}
</style>
border-color css
<style>
span { border-color: #FFA93F; }
span { border-color: rgb(255,169,63); }
td.TdClassName
{
border-color: #FFA93F;
}
.TagClassName
{
border-color: #FFA93F;
}
</style>