Shades of Sunglow #FEC332
Tints of Sunglow #FEC332
RGB
CMYK
RGB Variations
Color information
#FEC332 (or 0xFEC332) is known color: Sunglow. HEX triplet: FE, C3 and 32. RGB value is (254,195,50). Sum of RGB (Red+Green+Blue) = 254+195+50=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC332 is #013CCD. Grayscale: #C4C4C4. Windows color (decimal): -81102 or 3326974. OLE color: 3326974.
HSL color Cylindrical-coordinate representation of color #FEC332: hue angle of 42.65º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEC332 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 50 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.00 |
| HSL | 42.65º | 0.99% | 0.6% | - |
| HSV(B) | 42.65º | 0.8% | 1% | - |
| XYZ | 60.96 | 60.33 | 11.45 | - |
| YUV | 196.11 | 45.55 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 50 | 0 | 0.23 | 0.80 | 0.00 | 42.65 | 0.99 | 0.6 |
| Hex | FE | C3 | 32 | 0 | 17 | 50 | 0 | 2B | 63 | 3C |
| Octal | 376 | 303 | 62 | 0 | 27 | 120 | 0 | 53 | 143 | 74 |
| Binary | 11111110 | 11000011 | 110010 | 0 | 10111 | 1010000 | 0 | 101011 | 1100011 | 111100 |
Color Harmonies of #FEC332
Complementary color
Monochromatic Colors of #FEC332
Black with #FEC332
Text Example
Text Example
White with #FEC332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC332; }
p { color: rgb(254,195,50); }
H1.HeaderClassName
{
color: #FEC332;
}
.AnyTagClassName
{
color: #FEC332;
}
</style>
background-color css
<style>
a { background-color: #FEC332; }
a { background-color: rgb(254,195,50); }
div.DivClassName
{
background-color: #FEC332;
}
.BgClassName
{
background-color: #FEC332;
}
</style>
border-color css
<style>
span { border-color: #FEC332; }
span { border-color: rgb(254,195,50); }
td.TdClassName
{
border-color: #FEC332;
}
.TagClassName
{
border-color: #FEC332;
}
</style>