Shades of Orange #FAA307
Tints of Orange #FAA307
RGB
CMYK
RGB Variations
Color information
#FAA307 (or 0xFAA307) is known color: Orange. HEX triplet: FA, A3 and 07. RGB value is (250,163,7). Sum of RGB (Red+Green+Blue) = 250+163+7=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA307 is #055CF8. Grayscale: #ABABAB. Windows color (decimal): -351481 or 500730. OLE color: 500730.
HSL color Cylindrical-coordinate representation of color #FAA307: hue angle of 38.52º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAA307 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.02 |
| HSL | 38.52º | 0.96% | 0.5% | - |
| HSV(B) | 38.52º | 0.97% | 0.98% | - |
| XYZ | 52.56 | 46.53 | 6.41 | - |
| YUV | 171.23 | 35.32 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 7 | 0 | 0.35 | 0.97 | 0.02 | 38.52 | 0.96 | 0.5 |
| Hex | FA | A3 | 7 | 0 | 23 | 61 | 2 | 27 | 60 | 32 |
| Octal | 372 | 243 | 7 | 0 | 43 | 141 | 2 | 47 | 140 | 62 |
| Binary | 11111010 | 10100011 | 111 | 0 | 100011 | 1100001 | 10 | 100111 | 1100000 | 110010 |
Color Harmonies of #FAA307
Complementary color
Monochromatic Colors of #FAA307
Black with #FAA307
Text Example
Text Example
White with #FAA307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA307; }
p { color: rgb(250,163,7); }
H1.HeaderClassName
{
color: #FAA307;
}
.AnyTagClassName
{
color: #FAA307;
}
</style>
background-color css
<style>
a { background-color: #FAA307; }
a { background-color: rgb(250,163,7); }
div.DivClassName
{
background-color: #FAA307;
}
.BgClassName
{
background-color: #FAA307;
}
</style>
border-color css
<style>
span { border-color: #FAA307; }
span { border-color: rgb(250,163,7); }
td.TdClassName
{
border-color: #FAA307;
}
.TagClassName
{
border-color: #FAA307;
}
</style>