Shades of Yellow Orange #FCA83A
Tints of Yellow Orange #FCA83A
RGB
CMYK
RGB Variations
Color information
#FCA83A (or 0xFCA83A) is known color: Yellow Orange. HEX triplet: FC, A8 and 3A. RGB value is (252,168,58). Sum of RGB (Red+Green+Blue) = 252+168+58=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA83A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA83A is #0357C5. Grayscale: #B5B5B5. Windows color (decimal): -219078 or 3844348. OLE color: 3844348.
HSL color Cylindrical-coordinate representation of color #FCA83A: hue angle of 34.02º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCA83A is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 58 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.01 |
| HSL | 34.02º | 0.97% | 0.61% | - |
| HSV(B) | 34.02º | 0.77% | 0.99% | - |
| XYZ | 54.91 | 49.01 | 10.57 | - |
| YUV | 180.58 | 58.83 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 58 | 0 | 0.33 | 0.77 | 0.01 | 34.02 | 0.97 | 0.61 |
| Hex | FC | A8 | 3A | 0 | 21 | 4D | 1 | 22 | 61 | 3D |
| Octal | 374 | 250 | 72 | 0 | 41 | 115 | 1 | 42 | 141 | 75 |
| Binary | 11111100 | 10101000 | 111010 | 0 | 100001 | 1001101 | 1 | 100010 | 1100001 | 111101 |
Color Harmonies of #FCA83A
Complementary color
Monochromatic Colors of #FCA83A
Black with #FCA83A
Text Example
Text Example
White with #FCA83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA83A; }
p { color: rgb(252,168,58); }
H1.HeaderClassName
{
color: #FCA83A;
}
.AnyTagClassName
{
color: #FCA83A;
}
</style>
background-color css
<style>
a { background-color: #FCA83A; }
a { background-color: rgb(252,168,58); }
div.DivClassName
{
background-color: #FCA83A;
}
.BgClassName
{
background-color: #FCA83A;
}
</style>
border-color css
<style>
span { border-color: #FCA83A; }
span { border-color: rgb(252,168,58); }
td.TdClassName
{
border-color: #FCA83A;
}
.TagClassName
{
border-color: #FCA83A;
}
</style>