Shades of Yellow Orange #FCAF3C
Tints of Yellow Orange #FCAF3C
RGB
CMYK
RGB Variations
Color information
#FCAF3C (or 0xFCAF3C) is known color: Yellow Orange. HEX triplet: FC, AF and 3C. RGB value is (252,175,60). Sum of RGB (Red+Green+Blue) = 252+175+60=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF3C is #0350C3. Grayscale: #B9B9B9. Windows color (decimal): -217284 or 3977212. OLE color: 3977212.
HSL color Cylindrical-coordinate representation of color #FCAF3C: hue angle of 35.94º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCAF3C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 60 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.01 |
| HSL | 35.94º | 0.97% | 0.61% | - |
| HSV(B) | 35.94º | 0.76% | 0.99% | - |
| XYZ | 56.29 | 51.68 | 11.28 | - |
| YUV | 184.91 | 57.51 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 60 | 0 | 0.31 | 0.76 | 0.01 | 35.94 | 0.97 | 0.61 |
| Hex | FC | AF | 3C | 0 | 1F | 4C | 1 | 24 | 61 | 3D |
| Octal | 374 | 257 | 74 | 0 | 37 | 114 | 1 | 44 | 141 | 75 |
| Binary | 11111100 | 10101111 | 111100 | 0 | 11111 | 1001100 | 1 | 100100 | 1100001 | 111101 |
Color Harmonies of #FCAF3C
Complementary color
Monochromatic Colors of #FCAF3C
Black with #FCAF3C
Text Example
Text Example
White with #FCAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF3C; }
p { color: rgb(252,175,60); }
H1.HeaderClassName
{
color: #FCAF3C;
}
.AnyTagClassName
{
color: #FCAF3C;
}
</style>
background-color css
<style>
a { background-color: #FCAF3C; }
a { background-color: rgb(252,175,60); }
div.DivClassName
{
background-color: #FCAF3C;
}
.BgClassName
{
background-color: #FCAF3C;
}
</style>
border-color css
<style>
span { border-color: #FCAF3C; }
span { border-color: rgb(252,175,60); }
td.TdClassName
{
border-color: #FCAF3C;
}
.TagClassName
{
border-color: #FCAF3C;
}
</style>