Shades of Yellow Orange #FAAE3C
Tints of Yellow Orange #FAAE3C
RGB
CMYK
RGB Variations
Color information
#FAAE3C (or 0xFAAE3C) is known color: Yellow Orange. HEX triplet: FA, AE and 3C. RGB value is (250,174,60). Sum of RGB (Red+Green+Blue) = 250+174+60=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAE3C is #0551C3. Grayscale: #B8B8B8. Windows color (decimal): -348612 or 3976954. OLE color: 3976954.
HSL color Cylindrical-coordinate representation of color #FAAE3C: hue angle of 36º 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 #FAAE3C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 60 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.02 |
| HSL | 36º | 0.95% | 0.61% | - |
| HSV(B) | 36º | 0.76% | 0.98% | - |
| XYZ | 55.38 | 50.92 | 11.19 | - |
| YUV | 183.73 | 58.18 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 60 | 0 | 0.30 | 0.76 | 0.02 | 36 | 0.95 | 0.61 |
| Hex | FA | AE | 3C | 0 | 1E | 4C | 2 | 24 | 5F | 3D |
| Octal | 372 | 256 | 74 | 0 | 36 | 114 | 2 | 44 | 137 | 75 |
| Binary | 11111010 | 10101110 | 111100 | 0 | 11110 | 1001100 | 10 | 100100 | 1011111 | 111101 |
Color Harmonies of #FAAE3C
Complementary color
Monochromatic Colors of #FAAE3C
Black with #FAAE3C
Text Example
Text Example
White with #FAAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE3C; }
p { color: rgb(250,174,60); }
H1.HeaderClassName
{
color: #FAAE3C;
}
.AnyTagClassName
{
color: #FAAE3C;
}
</style>
background-color css
<style>
a { background-color: #FAAE3C; }
a { background-color: rgb(250,174,60); }
div.DivClassName
{
background-color: #FAAE3C;
}
.BgClassName
{
background-color: #FAAE3C;
}
</style>
border-color css
<style>
span { border-color: #FAAE3C; }
span { border-color: rgb(250,174,60); }
td.TdClassName
{
border-color: #FAAE3C;
}
.TagClassName
{
border-color: #FAAE3C;
}
</style>