Shades of Yellow Orange #FAAF3C
Tints of Yellow Orange #FAAF3C
RGB
CMYK
RGB Variations
Color information
#FAAF3C (or 0xFAAF3C) is known color: Yellow Orange. HEX triplet: FA, AF and 3C. RGB value is (250,175,60). Sum of RGB (Red+Green+Blue) = 250+175+60=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF3C is #0550C3. Grayscale: #B8B8B8. Windows color (decimal): -348356 or 3977210. OLE color: 3977210.
HSL color Cylindrical-coordinate representation of color #FAAF3C: hue angle of 36.32º 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 #FAAF3C is Cyan = 0, Magento = 0.3, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 60 | - |
| CMYK | 0 | 0.3 | 0.76 | 0.02 |
| HSL | 36.32º | 0.95% | 0.61% | - |
| HSV(B) | 36.32º | 0.76% | 0.98% | - |
| XYZ | 55.57 | 51.31 | 11.25 | - |
| YUV | 184.32 | 57.85 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 60 | 0 | 0.3 | 0.76 | 0.02 | 36.32 | 0.95 | 0.61 |
| Hex | FA | AF | 3C | 0 | 1E | 4C | 2 | 24 | 5F | 3D |
| Octal | 372 | 257 | 74 | 0 | 36 | 114 | 2 | 44 | 137 | 75 |
| Binary | 11111010 | 10101111 | 111100 | 0 | 11110 | 1001100 | 10 | 100100 | 1011111 | 111101 |
Color Harmonies of #FAAF3C
Complementary color
Monochromatic Colors of #FAAF3C
Black with #FAAF3C
Text Example
Text Example
White with #FAAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF3C; }
p { color: rgb(250,175,60); }
H1.HeaderClassName
{
color: #FAAF3C;
}
.AnyTagClassName
{
color: #FAAF3C;
}
</style>
background-color css
<style>
a { background-color: #FAAF3C; }
a { background-color: rgb(250,175,60); }
div.DivClassName
{
background-color: #FAAF3C;
}
.BgClassName
{
background-color: #FAAF3C;
}
</style>
border-color css
<style>
span { border-color: #FAAF3C; }
span { border-color: rgb(250,175,60); }
td.TdClassName
{
border-color: #FAAF3C;
}
.TagClassName
{
border-color: #FAAF3C;
}
</style>