Shades of Sunglow #FBCD3E
Tints of Sunglow #FBCD3E
RGB
CMYK
RGB Variations
Color information
#FBCD3E (or 0xFBCD3E) is known color: Sunglow. HEX triplet: FB, CD and 3E. RGB value is (251,205,62). Sum of RGB (Red+Green+Blue) = 251+205+62=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD3E is #0432C1. Grayscale: #CBCBCB. Windows color (decimal): -275138 or 4115963. OLE color: 4115963.
HSL color Cylindrical-coordinate representation of color #FBCD3E: hue angle of 45.4º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBCD3E is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 62 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.02 |
| HSL | 45.4º | 0.96% | 0.61% | - |
| HSV(B) | 45.4º | 0.75% | 0.98% | - |
| XYZ | 62.48 | 64.52 | 13.72 | - |
| YUV | 202.45 | 48.74 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 62 | 0 | 0.18 | 0.75 | 0.02 | 45.4 | 0.96 | 0.61 |
| Hex | FB | CD | 3E | 0 | 12 | 4B | 2 | 2D | 60 | 3D |
| Octal | 373 | 315 | 76 | 0 | 22 | 113 | 2 | 55 | 140 | 75 |
| Binary | 11111011 | 11001101 | 111110 | 0 | 10010 | 1001011 | 10 | 101101 | 1100000 | 111101 |
Color Harmonies of #FBCD3E
Complementary color
Monochromatic Colors of #FBCD3E
Black with #FBCD3E
Text Example
Text Example
White with #FBCD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD3E; }
p { color: rgb(251,205,62); }
H1.HeaderClassName
{
color: #FBCD3E;
}
.AnyTagClassName
{
color: #FBCD3E;
}
</style>
background-color css
<style>
a { background-color: #FBCD3E; }
a { background-color: rgb(251,205,62); }
div.DivClassName
{
background-color: #FBCD3E;
}
.BgClassName
{
background-color: #FBCD3E;
}
</style>
border-color css
<style>
span { border-color: #FBCD3E; }
span { border-color: rgb(251,205,62); }
td.TdClassName
{
border-color: #FBCD3E;
}
.TagClassName
{
border-color: #FBCD3E;
}
</style>