Shades of Yellow Orange #FFA53C
Tints of Yellow Orange #FFA53C
RGB
CMYK
RGB Variations
Color information
#FFA53C (or 0xFFA53C) is known color: Yellow Orange. HEX triplet: FF, A5 and 3C. RGB value is (255,165,60). Sum of RGB (Red+Green+Blue) = 255+165+60=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 60 (23.83% from 255 or 12.5% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA53C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA53C is #005AC3. Grayscale: #B4B4B4. Windows color (decimal): -23236 or 3974655. OLE color: 3974655.
HSL color Cylindrical-coordinate representation of color #FFA53C: hue angle of 32.31º 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 #FFA53C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 60 | - |
| CMYK | 0 | 0.35 | 0.76 | 0 |
| HSL | 32.31º | 1% | 0.62% | - |
| HSV(B) | 32.31º | 0.76% | 1% | - |
| XYZ | 55.51 | 48.5 | 10.71 | - |
| YUV | 179.94 | 60.32 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 60 | 0 | 0.35 | 0.76 | 0 | 32.31 | 1 | 0.62 |
| Hex | FF | A5 | 3C | 0 | 23 | 4C | 0 | 20 | 64 | 3E |
| Octal | 377 | 245 | 74 | 0 | 43 | 114 | 0 | 40 | 144 | 76 |
| Binary | 11111111 | 10100101 | 111100 | 0 | 100011 | 1001100 | 0 | 100000 | 1100100 | 111110 |
Color Harmonies of #FFA53C
Complementary color
Monochromatic Colors of #FFA53C
Black with #FFA53C
Text Example
Text Example
White with #FFA53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA53C; }
p { color: rgb(255,165,60); }
H1.HeaderClassName
{
color: #FFA53C;
}
.AnyTagClassName
{
color: #FFA53C;
}
</style>
background-color css
<style>
a { background-color: #FFA53C; }
a { background-color: rgb(255,165,60); }
div.DivClassName
{
background-color: #FFA53C;
}
.BgClassName
{
background-color: #FFA53C;
}
</style>
border-color css
<style>
span { border-color: #FFA53C; }
span { border-color: rgb(255,165,60); }
td.TdClassName
{
border-color: #FFA53C;
}
.TagClassName
{
border-color: #FFA53C;
}
</style>