Shades of Sunglow #FFC332
Tints of Sunglow #FFC332
RGB
CMYK
RGB Variations
Color information
#FFC332 (or 0xFFC332) is known color: Sunglow. HEX triplet: FF, C3 and 32. RGB value is (255,195,50). Sum of RGB (Red+Green+Blue) = 255+195+50=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC332 is #003CCD. Grayscale: #C5C5C5. Windows color (decimal): -15566 or 3326975. OLE color: 3326975.
HSL color Cylindrical-coordinate representation of color #FFC332: hue angle of 42.44º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFC332 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 50 | - |
| CMYK | 0 | 0.24 | 0.80 | 0 |
| HSL | 42.44º | 1% | 0.6% | - |
| HSV(B) | 42.44º | 0.8% | 1% | - |
| XYZ | 61.33 | 60.52 | 11.47 | - |
| YUV | 196.41 | 45.38 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 50 | 0 | 0.24 | 0.80 | 0 | 42.44 | 1 | 0.6 |
| Hex | FF | C3 | 32 | 0 | 18 | 50 | 0 | 2A | 64 | 3C |
| Octal | 377 | 303 | 62 | 0 | 30 | 120 | 0 | 52 | 144 | 74 |
| Binary | 11111111 | 11000011 | 110010 | 0 | 11000 | 1010000 | 0 | 101010 | 1100100 | 111100 |
Color Harmonies of #FFC332
Complementary color
Monochromatic Colors of #FFC332
Black with #FFC332
Text Example
Text Example
White with #FFC332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC332; }
p { color: rgb(255,195,50); }
H1.HeaderClassName
{
color: #FFC332;
}
.AnyTagClassName
{
color: #FFC332;
}
</style>
background-color css
<style>
a { background-color: #FFC332; }
a { background-color: rgb(255,195,50); }
div.DivClassName
{
background-color: #FFC332;
}
.BgClassName
{
background-color: #FFC332;
}
</style>
border-color css
<style>
span { border-color: #FFC332; }
span { border-color: rgb(255,195,50); }
td.TdClassName
{
border-color: #FFC332;
}
.TagClassName
{
border-color: #FFC332;
}
</style>