Shades of Sunglow #FECB31
Tints of Sunglow #FECB31
RGB
CMYK
RGB Variations
Color information
#FECB31 (or 0xFECB31) is known color: Sunglow. HEX triplet: FE, CB and 31. RGB value is (254,203,49). Sum of RGB (Red+Green+Blue) = 254+203+49=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB31 is #0134CE. Grayscale: #C9C9C9. Windows color (decimal): -79055 or 3263486. OLE color: 3263486.
HSL color Cylindrical-coordinate representation of color #FECB31: hue angle of 45.07º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FECB31 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 49 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.00 |
| HSL | 45.07º | 0.99% | 0.59% | - |
| HSV(B) | 45.07º | 0.81% | 1% | - |
| XYZ | 62.78 | 64 | 11.95 | - |
| YUV | 200.69 | 42.4 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 49 | 0 | 0.20 | 0.81 | 0.00 | 45.07 | 0.99 | 0.59 |
| Hex | FE | CB | 31 | 0 | 14 | 51 | 0 | 2D | 63 | 3B |
| Octal | 376 | 313 | 61 | 0 | 24 | 121 | 0 | 55 | 143 | 73 |
| Binary | 11111110 | 11001011 | 110001 | 0 | 10100 | 1010001 | 0 | 101101 | 1100011 | 111011 |
Color Harmonies of #FECB31
Complementary color
Monochromatic Colors of #FECB31
Black with #FECB31
Text Example
Text Example
White with #FECB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB31; }
p { color: rgb(254,203,49); }
H1.HeaderClassName
{
color: #FECB31;
}
.AnyTagClassName
{
color: #FECB31;
}
</style>
background-color css
<style>
a { background-color: #FECB31; }
a { background-color: rgb(254,203,49); }
div.DivClassName
{
background-color: #FECB31;
}
.BgClassName
{
background-color: #FECB31;
}
</style>
border-color css
<style>
span { border-color: #FECB31; }
span { border-color: rgb(254,203,49); }
td.TdClassName
{
border-color: #FECB31;
}
.TagClassName
{
border-color: #FECB31;
}
</style>