Shades of Yellow Orange #FAA73D
Tints of Yellow Orange #FAA73D
RGB
CMYK
RGB Variations
Color information
#FAA73D (or 0xFAA73D) is known color: Yellow Orange. HEX triplet: FA, A7 and 3D. RGB value is (250,167,61). Sum of RGB (Red+Green+Blue) = 250+167+61=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA73D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA73D is #0558C2. Grayscale: #B4B4B4. Windows color (decimal): -350403 or 4040698. OLE color: 4040698.
HSL color Cylindrical-coordinate representation of color #FAA73D: hue angle of 33.65º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAA73D is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 61 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.02 |
| HSL | 33.65º | 0.95% | 0.61% | - |
| HSV(B) | 33.65º | 0.76% | 0.98% | - |
| XYZ | 54.09 | 48.3 | 10.89 | - |
| YUV | 179.73 | 61 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 61 | 0 | 0.33 | 0.76 | 0.02 | 33.65 | 0.95 | 0.61 |
| Hex | FA | A7 | 3D | 0 | 21 | 4C | 2 | 22 | 5F | 3D |
| Octal | 372 | 247 | 75 | 0 | 41 | 114 | 2 | 42 | 137 | 75 |
| Binary | 11111010 | 10100111 | 111101 | 0 | 100001 | 1001100 | 10 | 100010 | 1011111 | 111101 |
Color Harmonies of #FAA73D
Complementary color
Monochromatic Colors of #FAA73D
Black with #FAA73D
Text Example
Text Example
White with #FAA73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA73D; }
p { color: rgb(250,167,61); }
H1.HeaderClassName
{
color: #FAA73D;
}
.AnyTagClassName
{
color: #FAA73D;
}
</style>
background-color css
<style>
a { background-color: #FAA73D; }
a { background-color: rgb(250,167,61); }
div.DivClassName
{
background-color: #FAA73D;
}
.BgClassName
{
background-color: #FAA73D;
}
</style>
border-color css
<style>
span { border-color: #FAA73D; }
span { border-color: rgb(250,167,61); }
td.TdClassName
{
border-color: #FAA73D;
}
.TagClassName
{
border-color: #FAA73D;
}
</style>