Shades of Sunglow #FBCB2F
Tints of Sunglow #FBCB2F
RGB
CMYK
RGB Variations
Color information
#FBCB2F (or 0xFBCB2F) is known color: Sunglow. HEX triplet: FB, CB and 2F. RGB value is (251,203,47). Sum of RGB (Red+Green+Blue) = 251+203+47=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB2F is #0434D0. Grayscale: #C8C8C8. Windows color (decimal): -275665 or 3132411. OLE color: 3132411.
HSL color Cylindrical-coordinate representation of color #FBCB2F: hue angle of 45.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBCB2F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 47 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.02 |
| HSL | 45.88º | 0.96% | 0.58% | - |
| HSV(B) | 45.88º | 0.81% | 0.98% | - |
| XYZ | 61.65 | 63.43 | 11.68 | - |
| YUV | 199.57 | 41.9 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 47 | 0 | 0.19 | 0.81 | 0.02 | 45.88 | 0.96 | 0.58 |
| Hex | FB | CB | 2F | 0 | 13 | 51 | 2 | 2E | 60 | 3A |
| Octal | 373 | 313 | 57 | 0 | 23 | 121 | 2 | 56 | 140 | 72 |
| Binary | 11111011 | 11001011 | 101111 | 0 | 10011 | 1010001 | 10 | 101110 | 1100000 | 111010 |
Color Harmonies of #FBCB2F
Complementary color
Monochromatic Colors of #FBCB2F
Black with #FBCB2F
Text Example
Text Example
White with #FBCB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB2F; }
p { color: rgb(251,203,47); }
H1.HeaderClassName
{
color: #FBCB2F;
}
.AnyTagClassName
{
color: #FBCB2F;
}
</style>
background-color css
<style>
a { background-color: #FBCB2F; }
a { background-color: rgb(251,203,47); }
div.DivClassName
{
background-color: #FBCB2F;
}
.BgClassName
{
background-color: #FBCB2F;
}
</style>
border-color css
<style>
span { border-color: #FBCB2F; }
span { border-color: rgb(251,203,47); }
td.TdClassName
{
border-color: #FBCB2F;
}
.TagClassName
{
border-color: #FBCB2F;
}
</style>