Shades of Sunglow #FECB2D
Tints of Sunglow #FECB2D
RGB
CMYK
RGB Variations
Color information
#FECB2D (or 0xFECB2D) is known color: Sunglow. HEX triplet: FE, CB and 2D. RGB value is (254,203,45). Sum of RGB (Red+Green+Blue) = 254+203+45=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB2D is #0134D2. Grayscale: #C8C8C8. Windows color (decimal): -79059 or 3001342. OLE color: 3001342.
HSL color Cylindrical-coordinate representation of color #FECB2D: hue angle of 45.36º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FECB2D is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 45 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.00 |
| HSL | 45.36º | 0.99% | 0.59% | - |
| HSV(B) | 45.36º | 0.82% | 1% | - |
| XYZ | 62.7 | 63.97 | 11.53 | - |
| YUV | 200.24 | 40.4 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 45 | 0 | 0.20 | 0.82 | 0.00 | 45.36 | 0.99 | 0.59 |
| Hex | FE | CB | 2D | 0 | 14 | 52 | 0 | 2D | 63 | 3B |
| Octal | 376 | 313 | 55 | 0 | 24 | 122 | 0 | 55 | 143 | 73 |
| Binary | 11111110 | 11001011 | 101101 | 0 | 10100 | 1010010 | 0 | 101101 | 1100011 | 111011 |
Color Harmonies of #FECB2D
Complementary color
Monochromatic Colors of #FECB2D
Black with #FECB2D
Text Example
Text Example
White with #FECB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB2D; }
p { color: rgb(254,203,45); }
H1.HeaderClassName
{
color: #FECB2D;
}
.AnyTagClassName
{
color: #FECB2D;
}
</style>
background-color css
<style>
a { background-color: #FECB2D; }
a { background-color: rgb(254,203,45); }
div.DivClassName
{
background-color: #FECB2D;
}
.BgClassName
{
background-color: #FECB2D;
}
</style>
border-color css
<style>
span { border-color: #FECB2D; }
span { border-color: rgb(254,203,45); }
td.TdClassName
{
border-color: #FECB2D;
}
.TagClassName
{
border-color: #FECB2D;
}
</style>