Shades of Yellow Orange #FCB542
Tints of Yellow Orange #FCB542
RGB
CMYK
RGB Variations
Color information
#FCB542 (or 0xFCB542) is known color: Yellow Orange. HEX triplet: FC, B5 and 42. RGB value is (252,181,66). Sum of RGB (Red+Green+Blue) = 252+181+66=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB542 is #034ABD. Grayscale: #BDBDBD. Windows color (decimal): -215742 or 4371964. OLE color: 4371964.
HSL color Cylindrical-coordinate representation of color #FCB542: hue angle of 37.1º 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 #FCB542 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 66 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.01 |
| HSL | 37.1º | 0.97% | 0.62% | - |
| HSV(B) | 37.1º | 0.74% | 0.99% | - |
| XYZ | 57.65 | 54.14 | 12.57 | - |
| YUV | 189.12 | 58.52 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 66 | 0 | 0.28 | 0.74 | 0.01 | 37.1 | 0.97 | 0.62 |
| Hex | FC | B5 | 42 | 0 | 1C | 4A | 1 | 25 | 61 | 3E |
| Octal | 374 | 265 | 102 | 0 | 34 | 112 | 1 | 45 | 141 | 76 |
| Binary | 11111100 | 10110101 | 1000010 | 0 | 11100 | 1001010 | 1 | 100101 | 1100001 | 111110 |
Color Harmonies of #FCB542
Complementary color
Monochromatic Colors of #FCB542
Black with #FCB542
Text Example
Text Example
White with #FCB542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB542; }
p { color: rgb(252,181,66); }
H1.HeaderClassName
{
color: #FCB542;
}
.AnyTagClassName
{
color: #FCB542;
}
</style>
background-color css
<style>
a { background-color: #FCB542; }
a { background-color: rgb(252,181,66); }
div.DivClassName
{
background-color: #FCB542;
}
.BgClassName
{
background-color: #FCB542;
}
</style>
border-color css
<style>
span { border-color: #FCB542; }
span { border-color: rgb(252,181,66); }
td.TdClassName
{
border-color: #FCB542;
}
.TagClassName
{
border-color: #FCB542;
}
</style>