Shades of Sunglow #FECB43
Tints of Sunglow #FECB43
RGB
CMYK
RGB Variations
Color information
#FECB43 (or 0xFECB43) is known color: Sunglow. HEX triplet: FE, CB and 43. RGB value is (254,203,67). Sum of RGB (Red+Green+Blue) = 254+203+67=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 67 (26.56% from 255 or 12.79% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB43 is #0134BC. Grayscale: #CBCBCB. Windows color (decimal): -79037 or 4443134. OLE color: 4443134.
HSL color Cylindrical-coordinate representation of color #FECB43: hue angle of 43.64º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FECB43 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 67 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.00 |
| HSL | 43.64º | 0.99% | 0.63% | - |
| HSV(B) | 43.64º | 0.74% | 1% | - |
| XYZ | 63.24 | 64.19 | 14.37 | - |
| YUV | 202.75 | 51.4 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 67 | 0 | 0.20 | 0.74 | 0.00 | 43.64 | 0.99 | 0.63 |
| Hex | FE | CB | 43 | 0 | 14 | 4A | 0 | 2C | 63 | 3F |
| Octal | 376 | 313 | 103 | 0 | 24 | 112 | 0 | 54 | 143 | 77 |
| Binary | 11111110 | 11001011 | 1000011 | 0 | 10100 | 1001010 | 0 | 101100 | 1100011 | 111111 |
Color Harmonies of #FECB43
Complementary color
Monochromatic Colors of #FECB43
Black with #FECB43
Text Example
Text Example
White with #FECB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB43; }
p { color: rgb(254,203,67); }
H1.HeaderClassName
{
color: #FECB43;
}
.AnyTagClassName
{
color: #FECB43;
}
</style>
background-color css
<style>
a { background-color: #FECB43; }
a { background-color: rgb(254,203,67); }
div.DivClassName
{
background-color: #FECB43;
}
.BgClassName
{
background-color: #FECB43;
}
</style>
border-color css
<style>
span { border-color: #FECB43; }
span { border-color: rgb(254,203,67); }
td.TdClassName
{
border-color: #FECB43;
}
.TagClassName
{
border-color: #FECB43;
}
</style>