Shades of Sunglow #FCC631
Tints of Sunglow #FCC631
RGB
CMYK
RGB Variations
Color information
#FCC631 (or 0xFCC631) is known color: Sunglow. HEX triplet: FC, C6 and 31. RGB value is (252,198,49). Sum of RGB (Red+Green+Blue) = 252+198+49=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC631 is #0339CE. Grayscale: #C5C5C5. Windows color (decimal): -211407 or 3262204. OLE color: 3262204.
HSL color Cylindrical-coordinate representation of color #FCC631: hue angle of 44.04º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCC631 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 49 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.01 |
| HSL | 44.04º | 0.97% | 0.59% | - |
| HSV(B) | 44.04º | 0.81% | 0.99% | - |
| XYZ | 60.89 | 61.31 | 11.53 | - |
| YUV | 197.16 | 44.39 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 49 | 0 | 0.21 | 0.81 | 0.01 | 44.04 | 0.97 | 0.59 |
| Hex | FC | C6 | 31 | 0 | 15 | 51 | 1 | 2C | 61 | 3B |
| Octal | 374 | 306 | 61 | 0 | 25 | 121 | 1 | 54 | 141 | 73 |
| Binary | 11111100 | 11000110 | 110001 | 0 | 10101 | 1010001 | 1 | 101100 | 1100001 | 111011 |
Color Harmonies of #FCC631
Complementary color
Monochromatic Colors of #FCC631
Black with #FCC631
Text Example
Text Example
White with #FCC631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC631; }
p { color: rgb(252,198,49); }
H1.HeaderClassName
{
color: #FCC631;
}
.AnyTagClassName
{
color: #FCC631;
}
</style>
background-color css
<style>
a { background-color: #FCC631; }
a { background-color: rgb(252,198,49); }
div.DivClassName
{
background-color: #FCC631;
}
.BgClassName
{
background-color: #FCC631;
}
</style>
border-color css
<style>
span { border-color: #FCC631; }
span { border-color: rgb(252,198,49); }
td.TdClassName
{
border-color: #FCC631;
}
.TagClassName
{
border-color: #FCC631;
}
</style>