Shades of Sunglow #FCC33B
Tints of Sunglow #FCC33B
RGB
CMYK
RGB Variations
Color information
#FCC33B (or 0xFCC33B) is known color: Sunglow. HEX triplet: FC, C3 and 3B. RGB value is (252,195,59). Sum of RGB (Red+Green+Blue) = 252+195+59=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC33B is #033CC4. Grayscale: #C5C5C5. Windows color (decimal): -212165 or 3916796. OLE color: 3916796.
HSL color Cylindrical-coordinate representation of color #FCC33B: hue angle of 42.28º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCC33B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 59 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.01 |
| HSL | 42.28º | 0.97% | 0.61% | - |
| HSV(B) | 42.28º | 0.77% | 0.99% | - |
| XYZ | 60.45 | 60.04 | 12.54 | - |
| YUV | 196.54 | 50.38 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 59 | 0 | 0.23 | 0.77 | 0.01 | 42.28 | 0.97 | 0.61 |
| Hex | FC | C3 | 3B | 0 | 17 | 4D | 1 | 2A | 61 | 3D |
| Octal | 374 | 303 | 73 | 0 | 27 | 115 | 1 | 52 | 141 | 75 |
| Binary | 11111100 | 11000011 | 111011 | 0 | 10111 | 1001101 | 1 | 101010 | 1100001 | 111101 |
Color Harmonies of #FCC33B
Complementary color
Monochromatic Colors of #FCC33B
Black with #FCC33B
Text Example
Text Example
White with #FCC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC33B; }
p { color: rgb(252,195,59); }
H1.HeaderClassName
{
color: #FCC33B;
}
.AnyTagClassName
{
color: #FCC33B;
}
</style>
background-color css
<style>
a { background-color: #FCC33B; }
a { background-color: rgb(252,195,59); }
div.DivClassName
{
background-color: #FCC33B;
}
.BgClassName
{
background-color: #FCC33B;
}
</style>
border-color css
<style>
span { border-color: #FCC33B; }
span { border-color: rgb(252,195,59); }
td.TdClassName
{
border-color: #FCC33B;
}
.TagClassName
{
border-color: #FCC33B;
}
</style>