Shades of Sunglow #FCC33F
Tints of Sunglow #FCC33F
RGB
CMYK
RGB Variations
Color information
#FCC33F (or 0xFCC33F) is known color: Sunglow. HEX triplet: FC, C3 and 3F. RGB value is (252,195,63). Sum of RGB (Red+Green+Blue) = 252+195+63=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 63 (25% from 255 or 12.35% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC33F is #033CC0. Grayscale: #C5C5C5. Windows color (decimal): -212161 or 4178940. OLE color: 4178940.
HSL color Cylindrical-coordinate representation of color #FCC33F: hue angle of 41.9º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCC33F is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 63 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.01 |
| HSL | 41.9º | 0.97% | 0.62% | - |
| HSV(B) | 41.9º | 0.75% | 0.99% | - |
| XYZ | 60.56 | 60.08 | 13.11 | - |
| YUV | 197 | 52.38 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 63 | 0 | 0.23 | 0.75 | 0.01 | 41.9 | 0.97 | 0.62 |
| Hex | FC | C3 | 3F | 0 | 17 | 4B | 1 | 2A | 61 | 3E |
| Octal | 374 | 303 | 77 | 0 | 27 | 113 | 1 | 52 | 141 | 76 |
| Binary | 11111100 | 11000011 | 111111 | 0 | 10111 | 1001011 | 1 | 101010 | 1100001 | 111110 |
Color Harmonies of #FCC33F
Complementary color
Monochromatic Colors of #FCC33F
Black with #FCC33F
Text Example
Text Example
White with #FCC33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC33F; }
p { color: rgb(252,195,63); }
H1.HeaderClassName
{
color: #FCC33F;
}
.AnyTagClassName
{
color: #FCC33F;
}
</style>
background-color css
<style>
a { background-color: #FCC33F; }
a { background-color: rgb(252,195,63); }
div.DivClassName
{
background-color: #FCC33F;
}
.BgClassName
{
background-color: #FCC33F;
}
</style>
border-color css
<style>
span { border-color: #FCC33F; }
span { border-color: rgb(252,195,63); }
td.TdClassName
{
border-color: #FCC33F;
}
.TagClassName
{
border-color: #FCC33F;
}
</style>