Shades of Sunglow #FECC44
Tints of Sunglow #FECC44
RGB
CMYK
RGB Variations
Color information
#FECC44 (or 0xFECC44) is known color: Sunglow. HEX triplet: FE, CC and 44. RGB value is (254,204,68). Sum of RGB (Red+Green+Blue) = 254+204+68=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 68 (26.95% from 255 or 12.93% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC44 is #0133BB. Grayscale: #CCCCCC. Windows color (decimal): -78780 or 4508926. OLE color: 4508926.
HSL color Cylindrical-coordinate representation of color #FECC44: hue angle of 43.87º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FECC44 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 68 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.00 |
| HSL | 43.87º | 0.99% | 0.63% | - |
| HSV(B) | 43.87º | 0.73% | 1% | - |
| XYZ | 63.51 | 64.67 | 14.6 | - |
| YUV | 203.45 | 51.57 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 68 | 0 | 0.20 | 0.73 | 0.00 | 43.87 | 0.99 | 0.63 |
| Hex | FE | CC | 44 | 0 | 14 | 49 | 0 | 2C | 63 | 3F |
| Octal | 376 | 314 | 104 | 0 | 24 | 111 | 0 | 54 | 143 | 77 |
| Binary | 11111110 | 11001100 | 1000100 | 0 | 10100 | 1001001 | 0 | 101100 | 1100011 | 111111 |
Color Harmonies of #FECC44
Complementary color
Monochromatic Colors of #FECC44
Black with #FECC44
Text Example
Text Example
White with #FECC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC44; }
p { color: rgb(254,204,68); }
H1.HeaderClassName
{
color: #FECC44;
}
.AnyTagClassName
{
color: #FECC44;
}
</style>
background-color css
<style>
a { background-color: #FECC44; }
a { background-color: rgb(254,204,68); }
div.DivClassName
{
background-color: #FECC44;
}
.BgClassName
{
background-color: #FECC44;
}
</style>
border-color css
<style>
span { border-color: #FECC44; }
span { border-color: rgb(254,204,68); }
td.TdClassName
{
border-color: #FECC44;
}
.TagClassName
{
border-color: #FECC44;
}
</style>