Shades of Sunglow #FEC338
Tints of Sunglow #FEC338
RGB
CMYK
RGB Variations
Color information
#FEC338 (or 0xFEC338) is known color: Sunglow. HEX triplet: FE, C3 and 38. RGB value is (254,195,56). Sum of RGB (Red+Green+Blue) = 254+195+56=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 56 (22.27% from 255 or 11.09% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC338 is #013CC7. Grayscale: #C5C5C5. Windows color (decimal): -81096 or 3720190. OLE color: 3720190.
HSL color Cylindrical-coordinate representation of color #FEC338: hue angle of 42.12º 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 #FEC338 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 56 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.00 |
| HSL | 42.12º | 0.99% | 0.61% | - |
| HSV(B) | 42.12º | 0.78% | 1% | - |
| XYZ | 61.1 | 60.39 | 12.18 | - |
| YUV | 196.8 | 48.55 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 56 | 0 | 0.23 | 0.78 | 0.00 | 42.12 | 0.99 | 0.61 |
| Hex | FE | C3 | 38 | 0 | 17 | 4E | 0 | 2A | 63 | 3D |
| Octal | 376 | 303 | 70 | 0 | 27 | 116 | 0 | 52 | 143 | 75 |
| Binary | 11111110 | 11000011 | 111000 | 0 | 10111 | 1001110 | 0 | 101010 | 1100011 | 111101 |
Color Harmonies of #FEC338
Complementary color
Monochromatic Colors of #FEC338
Black with #FEC338
Text Example
Text Example
White with #FEC338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC338; }
p { color: rgb(254,195,56); }
H1.HeaderClassName
{
color: #FEC338;
}
.AnyTagClassName
{
color: #FEC338;
}
</style>
background-color css
<style>
a { background-color: #FEC338; }
a { background-color: rgb(254,195,56); }
div.DivClassName
{
background-color: #FEC338;
}
.BgClassName
{
background-color: #FEC338;
}
</style>
border-color css
<style>
span { border-color: #FEC338; }
span { border-color: rgb(254,195,56); }
td.TdClassName
{
border-color: #FEC338;
}
.TagClassName
{
border-color: #FEC338;
}
</style>