Shades of Yellow Orange #FAA83F
Tints of Yellow Orange #FAA83F
RGB
CMYK
RGB Variations
Color information
#FAA83F (or 0xFAA83F) is known color: Yellow Orange. HEX triplet: FA, A8 and 3F. RGB value is (250,168,63). Sum of RGB (Red+Green+Blue) = 250+168+63=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA83F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA83F is #0557C0. Grayscale: #B5B5B5. Windows color (decimal): -350145 or 4172026. OLE color: 4172026.
HSL color Cylindrical-coordinate representation of color #FAA83F: hue angle of 33.69º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FAA83F is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 63 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.02 |
| HSL | 33.69º | 0.95% | 0.61% | - |
| HSV(B) | 33.69º | 0.75% | 0.98% | - |
| XYZ | 54.32 | 48.69 | 11.24 | - |
| YUV | 180.55 | 61.67 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 63 | 0 | 0.33 | 0.75 | 0.02 | 33.69 | 0.95 | 0.61 |
| Hex | FA | A8 | 3F | 0 | 21 | 4B | 2 | 22 | 5F | 3D |
| Octal | 372 | 250 | 77 | 0 | 41 | 113 | 2 | 42 | 137 | 75 |
| Binary | 11111010 | 10101000 | 111111 | 0 | 100001 | 1001011 | 10 | 100010 | 1011111 | 111101 |
Color Harmonies of #FAA83F
Complementary color
Monochromatic Colors of #FAA83F
Black with #FAA83F
Text Example
Text Example
White with #FAA83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA83F; }
p { color: rgb(250,168,63); }
H1.HeaderClassName
{
color: #FAA83F;
}
.AnyTagClassName
{
color: #FAA83F;
}
</style>
background-color css
<style>
a { background-color: #FAA83F; }
a { background-color: rgb(250,168,63); }
div.DivClassName
{
background-color: #FAA83F;
}
.BgClassName
{
background-color: #FAA83F;
}
</style>
border-color css
<style>
span { border-color: #FAA83F; }
span { border-color: rgb(250,168,63); }
td.TdClassName
{
border-color: #FAA83F;
}
.TagClassName
{
border-color: #FAA83F;
}
</style>