Shades of Sunglow #FECA3B
Tints of Sunglow #FECA3B
RGB
CMYK
RGB Variations
Color information
#FECA3B (or 0xFECA3B) is known color: Sunglow. HEX triplet: FE, CA and 3B. RGB value is (254,202,59). Sum of RGB (Red+Green+Blue) = 254+202+59=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 59 (23.44% from 255 or 11.46% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA3B is #0135C4. Grayscale: #C9C9C9. Windows color (decimal): -79301 or 3918590. OLE color: 3918590.
HSL color Cylindrical-coordinate representation of color #FECA3B: hue angle of 44º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FECA3B is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 59 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.00 |
| HSL | 44º | 0.99% | 0.61% | - |
| HSV(B) | 44º | 0.77% | 1% | - |
| XYZ | 62.78 | 63.63 | 13.11 | - |
| YUV | 201.25 | 47.73 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 59 | 0 | 0.20 | 0.77 | 0.00 | 44 | 0.99 | 0.61 |
| Hex | FE | CA | 3B | 0 | 14 | 4D | 0 | 2C | 63 | 3D |
| Octal | 376 | 312 | 73 | 0 | 24 | 115 | 0 | 54 | 143 | 75 |
| Binary | 11111110 | 11001010 | 111011 | 0 | 10100 | 1001101 | 0 | 101100 | 1100011 | 111101 |
Color Harmonies of #FECA3B
Complementary color
Monochromatic Colors of #FECA3B
Black with #FECA3B
Text Example
Text Example
White with #FECA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA3B; }
p { color: rgb(254,202,59); }
H1.HeaderClassName
{
color: #FECA3B;
}
.AnyTagClassName
{
color: #FECA3B;
}
</style>
background-color css
<style>
a { background-color: #FECA3B; }
a { background-color: rgb(254,202,59); }
div.DivClassName
{
background-color: #FECA3B;
}
.BgClassName
{
background-color: #FECA3B;
}
</style>
border-color css
<style>
span { border-color: #FECA3B; }
span { border-color: rgb(254,202,59); }
td.TdClassName
{
border-color: #FECA3B;
}
.TagClassName
{
border-color: #FECA3B;
}
</style>