Shades of Sunglow #FECC38
Tints of Sunglow #FECC38
RGB
CMYK
RGB Variations
Color information
#FECC38 (or 0xFECC38) is known color: Sunglow. HEX triplet: FE, CC and 38. RGB value is (254,204,56). Sum of RGB (Red+Green+Blue) = 254+204+56=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 56 (22.27% from 255 or 10.89% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC38 is #0133C7. Grayscale: #CACACA. Windows color (decimal): -78792 or 3722494. OLE color: 3722494.
HSL color Cylindrical-coordinate representation of color #FECC38: hue angle of 44.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FECC38 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 56 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.00 |
| HSL | 44.85º | 0.99% | 0.61% | - |
| HSV(B) | 44.85º | 0.78% | 1% | - |
| XYZ | 63.18 | 64.54 | 12.87 | - |
| YUV | 202.08 | 45.57 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 56 | 0 | 0.20 | 0.78 | 0.00 | 44.85 | 0.99 | 0.61 |
| Hex | FE | CC | 38 | 0 | 14 | 4E | 0 | 2D | 63 | 3D |
| Octal | 376 | 314 | 70 | 0 | 24 | 116 | 0 | 55 | 143 | 75 |
| Binary | 11111110 | 11001100 | 111000 | 0 | 10100 | 1001110 | 0 | 101101 | 1100011 | 111101 |
Color Harmonies of #FECC38
Complementary color
Monochromatic Colors of #FECC38
Black with #FECC38
Text Example
Text Example
White with #FECC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC38; }
p { color: rgb(254,204,56); }
H1.HeaderClassName
{
color: #FECC38;
}
.AnyTagClassName
{
color: #FECC38;
}
</style>
background-color css
<style>
a { background-color: #FECC38; }
a { background-color: rgb(254,204,56); }
div.DivClassName
{
background-color: #FECC38;
}
.BgClassName
{
background-color: #FECC38;
}
</style>
border-color css
<style>
span { border-color: #FECC38; }
span { border-color: rgb(254,204,56); }
td.TdClassName
{
border-color: #FECC38;
}
.TagClassName
{
border-color: #FECC38;
}
</style>