Shades of Sunglow #FEC233
Tints of Sunglow #FEC233
RGB
CMYK
RGB Variations
Color information
#FEC233 (or 0xFEC233) is known color: Sunglow. HEX triplet: FE, C2 and 33. RGB value is (254,194,51). Sum of RGB (Red+Green+Blue) = 254+194+51=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 51 (20.31% from 255 or 10.22% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC233 is #013DCC. Grayscale: #C4C4C4. Windows color (decimal): -81357 or 3392254. OLE color: 3392254.
HSL color Cylindrical-coordinate representation of color #FEC233: hue angle of 42.27º 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 #FEC233 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 51 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.00 |
| HSL | 42.27º | 0.99% | 0.6% | - |
| HSV(B) | 42.27º | 0.8% | 1% | - |
| XYZ | 60.76 | 59.89 | 11.49 | - |
| YUV | 195.64 | 46.38 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 51 | 0 | 0.24 | 0.80 | 0.00 | 42.27 | 0.99 | 0.6 |
| Hex | FE | C2 | 33 | 0 | 18 | 50 | 0 | 2A | 63 | 3C |
| Octal | 376 | 302 | 63 | 0 | 30 | 120 | 0 | 52 | 143 | 74 |
| Binary | 11111110 | 11000010 | 110011 | 0 | 11000 | 1010000 | 0 | 101010 | 1100011 | 111100 |
Color Harmonies of #FEC233
Complementary color
Monochromatic Colors of #FEC233
Black with #FEC233
Text Example
Text Example
White with #FEC233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC233; }
p { color: rgb(254,194,51); }
H1.HeaderClassName
{
color: #FEC233;
}
.AnyTagClassName
{
color: #FEC233;
}
</style>
background-color css
<style>
a { background-color: #FEC233; }
a { background-color: rgb(254,194,51); }
div.DivClassName
{
background-color: #FEC233;
}
.BgClassName
{
background-color: #FEC233;
}
</style>
border-color css
<style>
span { border-color: #FEC233; }
span { border-color: rgb(254,194,51); }
td.TdClassName
{
border-color: #FEC233;
}
.TagClassName
{
border-color: #FEC233;
}
</style>