Shades of Yellow Orange #FCAF42
Tints of Yellow Orange #FCAF42
RGB
CMYK
RGB Variations
Color information
#FCAF42 (or 0xFCAF42) is known color: Yellow Orange. HEX triplet: FC, AF and 42. RGB value is (252,175,66). Sum of RGB (Red+Green+Blue) = 252+175+66=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF42 is #0350BD. Grayscale: #BABABA. Windows color (decimal): -217278 or 4370428. OLE color: 4370428.
HSL color Cylindrical-coordinate representation of color #FCAF42: hue angle of 35.16º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCAF42 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 66 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.01 |
| HSL | 35.16º | 0.97% | 0.62% | - |
| HSV(B) | 35.16º | 0.74% | 0.99% | - |
| XYZ | 56.46 | 51.75 | 12.17 | - |
| YUV | 185.6 | 60.51 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 66 | 0 | 0.31 | 0.74 | 0.01 | 35.16 | 0.97 | 0.62 |
| Hex | FC | AF | 42 | 0 | 1F | 4A | 1 | 23 | 61 | 3E |
| Octal | 374 | 257 | 102 | 0 | 37 | 112 | 1 | 43 | 141 | 76 |
| Binary | 11111100 | 10101111 | 1000010 | 0 | 11111 | 1001010 | 1 | 100011 | 1100001 | 111110 |
Color Harmonies of #FCAF42
Complementary color
Monochromatic Colors of #FCAF42
Black with #FCAF42
Text Example
Text Example
White with #FCAF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF42; }
p { color: rgb(252,175,66); }
H1.HeaderClassName
{
color: #FCAF42;
}
.AnyTagClassName
{
color: #FCAF42;
}
</style>
background-color css
<style>
a { background-color: #FCAF42; }
a { background-color: rgb(252,175,66); }
div.DivClassName
{
background-color: #FCAF42;
}
.BgClassName
{
background-color: #FCAF42;
}
</style>
border-color css
<style>
span { border-color: #FCAF42; }
span { border-color: rgb(252,175,66); }
td.TdClassName
{
border-color: #FCAF42;
}
.TagClassName
{
border-color: #FCAF42;
}
</style>