Shades of Sunglow #FECC2D
Tints of Sunglow #FECC2D
RGB
CMYK
RGB Variations
Color information
#FECC2D (or 0xFECC2D) is known color: Sunglow. HEX triplet: FE, CC and 2D. RGB value is (254,204,45). Sum of RGB (Red+Green+Blue) = 254+204+45=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC2D is #0133D2. Grayscale: #C9C9C9. Windows color (decimal): -78803 or 3001598. OLE color: 3001598.
HSL color Cylindrical-coordinate representation of color #FECC2D: hue angle of 45.65º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FECC2D is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 45 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.00 |
| HSL | 45.65º | 0.99% | 0.59% | - |
| HSV(B) | 45.65º | 0.82% | 1% | - |
| XYZ | 62.94 | 64.45 | 11.6 | - |
| YUV | 200.82 | 40.07 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 45 | 0 | 0.20 | 0.82 | 0.00 | 45.65 | 0.99 | 0.59 |
| Hex | FE | CC | 2D | 0 | 14 | 52 | 0 | 2E | 63 | 3B |
| Octal | 376 | 314 | 55 | 0 | 24 | 122 | 0 | 56 | 143 | 73 |
| Binary | 11111110 | 11001100 | 101101 | 0 | 10100 | 1010010 | 0 | 101110 | 1100011 | 111011 |
Color Harmonies of #FECC2D
Complementary color
Monochromatic Colors of #FECC2D
Black with #FECC2D
Text Example
Text Example
White with #FECC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC2D; }
p { color: rgb(254,204,45); }
H1.HeaderClassName
{
color: #FECC2D;
}
.AnyTagClassName
{
color: #FECC2D;
}
</style>
background-color css
<style>
a { background-color: #FECC2D; }
a { background-color: rgb(254,204,45); }
div.DivClassName
{
background-color: #FECC2D;
}
.BgClassName
{
background-color: #FECC2D;
}
</style>
border-color css
<style>
span { border-color: #FECC2D; }
span { border-color: rgb(254,204,45); }
td.TdClassName
{
border-color: #FECC2D;
}
.TagClassName
{
border-color: #FECC2D;
}
</style>