Shades of Sunglow #FCCB42
Tints of Sunglow #FCCB42
RGB
CMYK
RGB Variations
Color information
#FCCB42 (or 0xFCCB42) is known color: Sunglow. HEX triplet: FC, CB and 42. RGB value is (252,203,66). Sum of RGB (Red+Green+Blue) = 252+203+66=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB42 is #0334BD. Grayscale: #CACACA. Windows color (decimal): -210110 or 4377596. OLE color: 4377596.
HSL color Cylindrical-coordinate representation of color #FCCB42: hue angle of 44.19º 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 #FCCB42 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 66 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.01 |
| HSL | 44.19º | 0.97% | 0.62% | - |
| HSV(B) | 44.19º | 0.74% | 0.99% | - |
| XYZ | 62.48 | 63.8 | 14.18 | - |
| YUV | 202.03 | 51.23 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 66 | 0 | 0.19 | 0.74 | 0.01 | 44.19 | 0.97 | 0.62 |
| Hex | FC | CB | 42 | 0 | 13 | 4A | 1 | 2C | 61 | 3E |
| Octal | 374 | 313 | 102 | 0 | 23 | 112 | 1 | 54 | 141 | 76 |
| Binary | 11111100 | 11001011 | 1000010 | 0 | 10011 | 1001010 | 1 | 101100 | 1100001 | 111110 |
Color Harmonies of #FCCB42
Complementary color
Monochromatic Colors of #FCCB42
Black with #FCCB42
Text Example
Text Example
White with #FCCB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB42; }
p { color: rgb(252,203,66); }
H1.HeaderClassName
{
color: #FCCB42;
}
.AnyTagClassName
{
color: #FCCB42;
}
</style>
background-color css
<style>
a { background-color: #FCCB42; }
a { background-color: rgb(252,203,66); }
div.DivClassName
{
background-color: #FCCB42;
}
.BgClassName
{
background-color: #FCCB42;
}
</style>
border-color css
<style>
span { border-color: #FCCB42; }
span { border-color: rgb(252,203,66); }
td.TdClassName
{
border-color: #FCCB42;
}
.TagClassName
{
border-color: #FCCB42;
}
</style>