Shades of Orange #F1A305
Tints of Orange #F1A305
RGB
CMYK
RGB Variations
Color information
#F1A305 (or 0xF1A305) is known color: Orange. HEX triplet: F1, A3 and 05. RGB value is (241,163,5). Sum of RGB (Red+Green+Blue) = 241+163+5=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A305 is #0E5CFA. Grayscale: #A9A9A9. Windows color (decimal): -941307 or 369649. OLE color: 369649.
HSL color Cylindrical-coordinate representation of color #F1A305: hue angle of 40.17º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1A305 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.05 |
| HSL | 40.17º | 0.96% | 0.48% | - |
| HSV(B) | 40.17º | 0.98% | 0.95% | - |
| XYZ | 49.4 | 44.91 | 6.21 | - |
| YUV | 168.31 | 35.84 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 5 | 0 | 0.32 | 0.98 | 0.05 | 40.17 | 0.96 | 0.48 |
| Hex | F1 | A3 | 5 | 0 | 20 | 62 | 5 | 28 | 60 | 30 |
| Octal | 361 | 243 | 5 | 0 | 40 | 142 | 5 | 50 | 140 | 60 |
| Binary | 11110001 | 10100011 | 101 | 0 | 100000 | 1100010 | 101 | 101000 | 1100000 | 110000 |
Color Harmonies of #F1A305
Complementary color
Monochromatic Colors of #F1A305
Black with #F1A305
Text Example
Text Example
White with #F1A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A305; }
p { color: rgb(241,163,5); }
H1.HeaderClassName
{
color: #F1A305;
}
.AnyTagClassName
{
color: #F1A305;
}
</style>
background-color css
<style>
a { background-color: #F1A305; }
a { background-color: rgb(241,163,5); }
div.DivClassName
{
background-color: #F1A305;
}
.BgClassName
{
background-color: #F1A305;
}
</style>
border-color css
<style>
span { border-color: #F1A305; }
span { border-color: rgb(241,163,5); }
td.TdClassName
{
border-color: #F1A305;
}
.TagClassName
{
border-color: #F1A305;
}
</style>