Shades of Yellow Orange #FFA73C
Tints of Yellow Orange #FFA73C
RGB
CMYK
RGB Variations
Color information
#FFA73C (or 0xFFA73C) is known color: Yellow Orange. HEX triplet: FF, A7 and 3C. RGB value is (255,167,60). Sum of RGB (Red+Green+Blue) = 255+167+60=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA73C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA73C is #0058C3. Grayscale: #B5B5B5. Windows color (decimal): -22724 or 3975167. OLE color: 3975167.
HSL color Cylindrical-coordinate representation of color #FFA73C: hue angle of 32.92º 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 #FFA73C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 60 | - |
| CMYK | 0 | 0.35 | 0.76 | 0 |
| HSL | 32.92º | 1% | 0.62% | - |
| HSV(B) | 32.92º | 0.76% | 1% | - |
| XYZ | 55.87 | 49.22 | 10.83 | - |
| YUV | 181.11 | 59.65 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 60 | 0 | 0.35 | 0.76 | 0 | 32.92 | 1 | 0.62 |
| Hex | FF | A7 | 3C | 0 | 23 | 4C | 0 | 21 | 64 | 3E |
| Octal | 377 | 247 | 74 | 0 | 43 | 114 | 0 | 41 | 144 | 76 |
| Binary | 11111111 | 10100111 | 111100 | 0 | 100011 | 1001100 | 0 | 100001 | 1100100 | 111110 |
Color Harmonies of #FFA73C
Complementary color
Monochromatic Colors of #FFA73C
Black with #FFA73C
Text Example
Text Example
White with #FFA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA73C; }
p { color: rgb(255,167,60); }
H1.HeaderClassName
{
color: #FFA73C;
}
.AnyTagClassName
{
color: #FFA73C;
}
</style>
background-color css
<style>
a { background-color: #FFA73C; }
a { background-color: rgb(255,167,60); }
div.DivClassName
{
background-color: #FFA73C;
}
.BgClassName
{
background-color: #FFA73C;
}
</style>
border-color css
<style>
span { border-color: #FFA73C; }
span { border-color: rgb(255,167,60); }
td.TdClassName
{
border-color: #FFA73C;
}
.TagClassName
{
border-color: #FFA73C;
}
</style>