Shades of Orange #F3A204
Tints of Orange #F3A204
RGB
CMYK
RGB Variations
Color information
#F3A204 (or 0xF3A204) is known color: Orange. HEX triplet: F3, A2 and 04. RGB value is (243,162,4). Sum of RGB (Red+Green+Blue) = 243+162+4=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A204 is #0C5DFB. Grayscale: #A8A8A8. Windows color (decimal): -810492 or 303859. OLE color: 303859.
HSL color Cylindrical-coordinate representation of color #F3A204: hue angle of 39.67º degrees, saturation: 0.97, 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 #F3A204 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.05 |
| HSL | 39.67º | 0.97% | 0.48% | - |
| HSV(B) | 39.67º | 0.98% | 0.95% | - |
| XYZ | 49.9 | 44.9 | 6.15 | - |
| YUV | 168.21 | 35.34 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 4 | 0 | 0.33 | 0.98 | 0.05 | 39.67 | 0.97 | 0.48 |
| Hex | F3 | A2 | 4 | 0 | 21 | 62 | 5 | 28 | 61 | 30 |
| Octal | 363 | 242 | 4 | 0 | 41 | 142 | 5 | 50 | 141 | 60 |
| Binary | 11110011 | 10100010 | 100 | 0 | 100001 | 1100010 | 101 | 101000 | 1100001 | 110000 |
Color Harmonies of #F3A204
Complementary color
Monochromatic Colors of #F3A204
Black with #F3A204
Text Example
Text Example
White with #F3A204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A204; }
p { color: rgb(243,162,4); }
H1.HeaderClassName
{
color: #F3A204;
}
.AnyTagClassName
{
color: #F3A204;
}
</style>
background-color css
<style>
a { background-color: #F3A204; }
a { background-color: rgb(243,162,4); }
div.DivClassName
{
background-color: #F3A204;
}
.BgClassName
{
background-color: #F3A204;
}
</style>
border-color css
<style>
span { border-color: #F3A204; }
span { border-color: rgb(243,162,4); }
td.TdClassName
{
border-color: #F3A204;
}
.TagClassName
{
border-color: #F3A204;
}
</style>