Shades of Orange #FAA300
Tints of Orange #FAA300
RGB
CMYK
RGB Variations
Color information
#FAA300 (or 0xFAA300) is known color: Orange. HEX triplet: FA, A3 and 00. RGB value is (250,163,0). Sum of RGB (Red+Green+Blue) = 250+163+0=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA300 is #055CFF. Grayscale: #ABABAB. Windows color (decimal): -351488 or 41978. OLE color: 41978.
HSL color Cylindrical-coordinate representation of color #FAA300: hue angle of 39.12º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAA300 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.02 |
| HSL | 39.12º | 1% | 0.49% | - |
| HSV(B) | 39.12º | 1% | 0.98% | - |
| XYZ | 52.52 | 46.52 | 6.21 | - |
| YUV | 170.43 | 31.82 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 0 | 0 | 0.35 | 1 | 0.02 | 39.12 | 1 | 0.49 |
| Hex | FA | A3 | 0 | 0 | 23 | 64 | 2 | 27 | 64 | 31 |
| Octal | 372 | 243 | 0 | 0 | 43 | 144 | 2 | 47 | 144 | 61 |
| Binary | 11111010 | 10100011 | 0 | 0 | 100011 | 1100100 | 10 | 100111 | 1100100 | 110001 |
Color Harmonies of #FAA300
Complementary color
Monochromatic Colors of #FAA300
Black with #FAA300
Text Example
Text Example
White with #FAA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA300; }
p { color: rgb(250,163,0); }
H1.HeaderClassName
{
color: #FAA300;
}
.AnyTagClassName
{
color: #FAA300;
}
</style>
background-color css
<style>
a { background-color: #FAA300; }
a { background-color: rgb(250,163,0); }
div.DivClassName
{
background-color: #FAA300;
}
.BgClassName
{
background-color: #FAA300;
}
</style>
border-color css
<style>
span { border-color: #FAA300; }
span { border-color: rgb(250,163,0); }
td.TdClassName
{
border-color: #FAA300;
}
.TagClassName
{
border-color: #FAA300;
}
</style>