Shades of Orange #F4A305
Tints of Orange #F4A305
RGB
CMYK
RGB Variations
Color information
#F4A305 (or 0xF4A305) is known color: Orange. HEX triplet: F4, A3 and 05. RGB value is (244,163,5). Sum of RGB (Red+Green+Blue) = 244+163+5=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A305 is #0B5CFA. Grayscale: #A9A9A9. Windows color (decimal): -744699 or 369652. OLE color: 369652.
HSL color Cylindrical-coordinate representation of color #F4A305: hue angle of 39.67º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4A305 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 163 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.04 |
| HSL | 39.67º | 0.96% | 0.49% | - |
| HSV(B) | 39.67º | 0.98% | 0.96% | - |
| XYZ | 50.43 | 45.44 | 6.26 | - |
| YUV | 169.21 | 35.34 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 5 | 0 | 0.33 | 0.98 | 0.04 | 39.67 | 0.96 | 0.49 |
| Hex | F4 | A3 | 5 | 0 | 21 | 62 | 4 | 28 | 60 | 31 |
| Octal | 364 | 243 | 5 | 0 | 41 | 142 | 4 | 50 | 140 | 61 |
| Binary | 11110100 | 10100011 | 101 | 0 | 100001 | 1100010 | 100 | 101000 | 1100000 | 110001 |
Color Harmonies of #F4A305
Complementary color
Monochromatic Colors of #F4A305
Black with #F4A305
Text Example
Text Example
White with #F4A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A305; }
p { color: rgb(244,163,5); }
H1.HeaderClassName
{
color: #F4A305;
}
.AnyTagClassName
{
color: #F4A305;
}
</style>
background-color css
<style>
a { background-color: #F4A305; }
a { background-color: rgb(244,163,5); }
div.DivClassName
{
background-color: #F4A305;
}
.BgClassName
{
background-color: #F4A305;
}
</style>
border-color css
<style>
span { border-color: #F4A305; }
span { border-color: rgb(244,163,5); }
td.TdClassName
{
border-color: #F4A305;
}
.TagClassName
{
border-color: #F4A305;
}
</style>