Shades of Yellow Orange #F5AD3C
Tints of Yellow Orange #F5AD3C
RGB
CMYK
RGB Variations
Color information
#F5AD3C (or 0xF5AD3C) is known color: Yellow Orange. HEX triplet: F5, AD and 3C. RGB value is (245,173,60). Sum of RGB (Red+Green+Blue) = 245+173+60=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AD3C is #0A52C3. Grayscale: #B6B6B6. Windows color (decimal): -676548 or 3976693. OLE color: 3976693.
HSL color Cylindrical-coordinate representation of color #F5AD3C: hue angle of 36.65º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5AD3C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 60 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.04 |
| HSL | 36.65º | 0.9% | 0.6% | - |
| HSV(B) | 36.65º | 0.76% | 0.96% | - |
| XYZ | 53.42 | 49.63 | 11.04 | - |
| YUV | 181.65 | 59.35 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 60 | 0 | 0.29 | 0.76 | 0.04 | 36.65 | 0.9 | 0.6 |
| Hex | F5 | AD | 3C | 0 | 1D | 4C | 4 | 25 | 5A | 3C |
| Octal | 365 | 255 | 74 | 0 | 35 | 114 | 4 | 45 | 132 | 74 |
| Binary | 11110101 | 10101101 | 111100 | 0 | 11101 | 1001100 | 100 | 100101 | 1011010 | 111100 |
Color Harmonies of #F5AD3C
Complementary color
Monochromatic Colors of #F5AD3C
Black with #F5AD3C
Text Example
Text Example
White with #F5AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD3C; }
p { color: rgb(245,173,60); }
H1.HeaderClassName
{
color: #F5AD3C;
}
.AnyTagClassName
{
color: #F5AD3C;
}
</style>
background-color css
<style>
a { background-color: #F5AD3C; }
a { background-color: rgb(245,173,60); }
div.DivClassName
{
background-color: #F5AD3C;
}
.BgClassName
{
background-color: #F5AD3C;
}
</style>
border-color css
<style>
span { border-color: #F5AD3C; }
span { border-color: rgb(245,173,60); }
td.TdClassName
{
border-color: #F5AD3C;
}
.TagClassName
{
border-color: #F5AD3C;
}
</style>