Shades of Yellow Orange #FAAC3C
Tints of Yellow Orange #FAAC3C
RGB
CMYK
RGB Variations
Color information
#FAAC3C (or 0xFAAC3C) is known color: Yellow Orange. HEX triplet: FA, AC and 3C. RGB value is (250,172,60). Sum of RGB (Red+Green+Blue) = 250+172+60=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC3C is #0553C3. Grayscale: #B7B7B7. Windows color (decimal): -349124 or 3976442. OLE color: 3976442.
HSL color Cylindrical-coordinate representation of color #FAAC3C: hue angle of 35.37º 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 #FAAC3C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 60 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.02 |
| HSL | 35.37º | 0.95% | 0.61% | - |
| HSV(B) | 35.37º | 0.76% | 0.98% | - |
| XYZ | 54.99 | 50.16 | 11.06 | - |
| YUV | 182.55 | 58.84 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 60 | 0 | 0.31 | 0.76 | 0.02 | 35.37 | 0.95 | 0.61 |
| Hex | FA | AC | 3C | 0 | 1F | 4C | 2 | 23 | 5F | 3D |
| Octal | 372 | 254 | 74 | 0 | 37 | 114 | 2 | 43 | 137 | 75 |
| Binary | 11111010 | 10101100 | 111100 | 0 | 11111 | 1001100 | 10 | 100011 | 1011111 | 111101 |
Color Harmonies of #FAAC3C
Complementary color
Monochromatic Colors of #FAAC3C
Black with #FAAC3C
Text Example
Text Example
White with #FAAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAC3C; }
p { color: rgb(250,172,60); }
H1.HeaderClassName
{
color: #FAAC3C;
}
.AnyTagClassName
{
color: #FAAC3C;
}
</style>
background-color css
<style>
a { background-color: #FAAC3C; }
a { background-color: rgb(250,172,60); }
div.DivClassName
{
background-color: #FAAC3C;
}
.BgClassName
{
background-color: #FAAC3C;
}
</style>
border-color css
<style>
span { border-color: #FAAC3C; }
span { border-color: rgb(250,172,60); }
td.TdClassName
{
border-color: #FAAC3C;
}
.TagClassName
{
border-color: #FAAC3C;
}
</style>