Shades of Yellow Orange #FCAF40
Tints of Yellow Orange #FCAF40
RGB
CMYK
RGB Variations
Color information
#FCAF40 (or 0xFCAF40) is known color: Yellow Orange. HEX triplet: FC, AF and 40. RGB value is (252,175,64). Sum of RGB (Red+Green+Blue) = 252+175+64=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF40 is #0350BF. Grayscale: #B9B9B9. Windows color (decimal): -217280 or 4239356. OLE color: 4239356.
HSL color Cylindrical-coordinate representation of color #FCAF40: hue angle of 35.43º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCAF40 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 64 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.01 |
| HSL | 35.43º | 0.97% | 0.62% | - |
| HSV(B) | 35.43º | 0.75% | 0.99% | - |
| XYZ | 56.4 | 51.73 | 11.86 | - |
| YUV | 185.37 | 59.51 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 64 | 0 | 0.31 | 0.75 | 0.01 | 35.43 | 0.97 | 0.62 |
| Hex | FC | AF | 40 | 0 | 1F | 4B | 1 | 23 | 61 | 3E |
| Octal | 374 | 257 | 100 | 0 | 37 | 113 | 1 | 43 | 141 | 76 |
| Binary | 11111100 | 10101111 | 1000000 | 0 | 11111 | 1001011 | 1 | 100011 | 1100001 | 111110 |
Color Harmonies of #FCAF40
Complementary color
Monochromatic Colors of #FCAF40
Black with #FCAF40
Text Example
Text Example
White with #FCAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF40; }
p { color: rgb(252,175,64); }
H1.HeaderClassName
{
color: #FCAF40;
}
.AnyTagClassName
{
color: #FCAF40;
}
</style>
background-color css
<style>
a { background-color: #FCAF40; }
a { background-color: rgb(252,175,64); }
div.DivClassName
{
background-color: #FCAF40;
}
.BgClassName
{
background-color: #FCAF40;
}
</style>
border-color css
<style>
span { border-color: #FCAF40; }
span { border-color: rgb(252,175,64); }
td.TdClassName
{
border-color: #FCAF40;
}
.TagClassName
{
border-color: #FCAF40;
}
</style>