Shades of Sunglow #FCC33C
Tints of Sunglow #FCC33C
RGB
CMYK
RGB Variations
Color information
#FCC33C (or 0xFCC33C) is known color: Sunglow. HEX triplet: FC, C3 and 3C. RGB value is (252,195,60). Sum of RGB (Red+Green+Blue) = 252+195+60=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC33C is #033CC3. Grayscale: #C5C5C5. Windows color (decimal): -212164 or 3982332. OLE color: 3982332.
HSL color Cylindrical-coordinate representation of color #FCC33C: hue angle of 42.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCC33C is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 60 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.01 |
| HSL | 42.19º | 0.97% | 0.61% | - |
| HSV(B) | 42.19º | 0.76% | 0.99% | - |
| XYZ | 60.48 | 60.05 | 12.68 | - |
| YUV | 196.65 | 50.88 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 60 | 0 | 0.23 | 0.76 | 0.01 | 42.19 | 0.97 | 0.61 |
| Hex | FC | C3 | 3C | 0 | 17 | 4C | 1 | 2A | 61 | 3D |
| Octal | 374 | 303 | 74 | 0 | 27 | 114 | 1 | 52 | 141 | 75 |
| Binary | 11111100 | 11000011 | 111100 | 0 | 10111 | 1001100 | 1 | 101010 | 1100001 | 111101 |
Color Harmonies of #FCC33C
Complementary color
Monochromatic Colors of #FCC33C
Black with #FCC33C
Text Example
Text Example
White with #FCC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC33C; }
p { color: rgb(252,195,60); }
H1.HeaderClassName
{
color: #FCC33C;
}
.AnyTagClassName
{
color: #FCC33C;
}
</style>
background-color css
<style>
a { background-color: #FCC33C; }
a { background-color: rgb(252,195,60); }
div.DivClassName
{
background-color: #FCC33C;
}
.BgClassName
{
background-color: #FCC33C;
}
</style>
border-color css
<style>
span { border-color: #FCC33C; }
span { border-color: rgb(252,195,60); }
td.TdClassName
{
border-color: #FCC33C;
}
.TagClassName
{
border-color: #FCC33C;
}
</style>