Shades of Sunglow #FBCD3F
Tints of Sunglow #FBCD3F
RGB
CMYK
RGB Variations
Color information
#FBCD3F (or 0xFBCD3F) is known color: Sunglow. HEX triplet: FB, CD and 3F. RGB value is (251,205,63). Sum of RGB (Red+Green+Blue) = 251+205+63=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD3F is #0432C0. Grayscale: #CBCBCB. Windows color (decimal): -275137 or 4181499. OLE color: 4181499.
HSL color Cylindrical-coordinate representation of color #FBCD3F: hue angle of 45.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBCD3F is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 63 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.02 |
| HSL | 45.32º | 0.96% | 0.62% | - |
| HSV(B) | 45.32º | 0.75% | 0.98% | - |
| XYZ | 62.51 | 64.53 | 13.86 | - |
| YUV | 202.57 | 49.24 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 63 | 0 | 0.18 | 0.75 | 0.02 | 45.32 | 0.96 | 0.62 |
| Hex | FB | CD | 3F | 0 | 12 | 4B | 2 | 2D | 60 | 3E |
| Octal | 373 | 315 | 77 | 0 | 22 | 113 | 2 | 55 | 140 | 76 |
| Binary | 11111011 | 11001101 | 111111 | 0 | 10010 | 1001011 | 10 | 101101 | 1100000 | 111110 |
Color Harmonies of #FBCD3F
Complementary color
Monochromatic Colors of #FBCD3F
Black with #FBCD3F
Text Example
Text Example
White with #FBCD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD3F; }
p { color: rgb(251,205,63); }
H1.HeaderClassName
{
color: #FBCD3F;
}
.AnyTagClassName
{
color: #FBCD3F;
}
</style>
background-color css
<style>
a { background-color: #FBCD3F; }
a { background-color: rgb(251,205,63); }
div.DivClassName
{
background-color: #FBCD3F;
}
.BgClassName
{
background-color: #FBCD3F;
}
</style>
border-color css
<style>
span { border-color: #FBCD3F; }
span { border-color: rgb(251,205,63); }
td.TdClassName
{
border-color: #FBCD3F;
}
.TagClassName
{
border-color: #FBCD3F;
}
</style>