Shades of Orange #FAA303
Tints of Orange #FAA303
RGB
CMYK
RGB Variations
Color information
#FAA303 (or 0xFAA303) is known color: Orange. HEX triplet: FA, A3 and 03. RGB value is (250,163,3). Sum of RGB (Red+Green+Blue) = 250+163+3=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA303 is #055CFC. Grayscale: #ABABAB. Windows color (decimal): -351485 or 238586. OLE color: 238586.
HSL color Cylindrical-coordinate representation of color #FAA303: hue angle of 38.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAA303 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.02 |
| HSL | 38.87º | 0.98% | 0.5% | - |
| HSV(B) | 38.87º | 0.99% | 0.98% | - |
| XYZ | 52.54 | 46.52 | 6.3 | - |
| YUV | 170.77 | 33.32 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 3 | 0 | 0.35 | 0.99 | 0.02 | 38.87 | 0.98 | 0.5 |
| Hex | FA | A3 | 3 | 0 | 23 | 63 | 2 | 27 | 62 | 32 |
| Octal | 372 | 243 | 3 | 0 | 43 | 143 | 2 | 47 | 142 | 62 |
| Binary | 11111010 | 10100011 | 11 | 0 | 100011 | 1100011 | 10 | 100111 | 1100010 | 110010 |
Color Harmonies of #FAA303
Complementary color
Monochromatic Colors of #FAA303
Black with #FAA303
Text Example
Text Example
White with #FAA303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA303; }
p { color: rgb(250,163,3); }
H1.HeaderClassName
{
color: #FAA303;
}
.AnyTagClassName
{
color: #FAA303;
}
</style>
background-color css
<style>
a { background-color: #FAA303; }
a { background-color: rgb(250,163,3); }
div.DivClassName
{
background-color: #FAA303;
}
.BgClassName
{
background-color: #FAA303;
}
</style>
border-color css
<style>
span { border-color: #FAA303; }
span { border-color: rgb(250,163,3); }
td.TdClassName
{
border-color: #FAA303;
}
.TagClassName
{
border-color: #FAA303;
}
</style>