Shades of Sunglow #FBCF2C
Tints of Sunglow #FBCF2C
RGB
CMYK
RGB Variations
Color information
#FBCF2C (or 0xFBCF2C) is known color: Sunglow. HEX triplet: FB, CF and 2C. RGB value is (251,207,44). Sum of RGB (Red+Green+Blue) = 251+207+44=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCF2C is #0430D3. Grayscale: #CACACA. Windows color (decimal): -274644 or 2936827. OLE color: 2936827.
HSL color Cylindrical-coordinate representation of color #FBCF2C: hue angle of 47.25º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBCF2C is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 44 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.02 |
| HSL | 47.25º | 0.96% | 0.58% | - |
| HSV(B) | 47.25º | 0.82% | 0.98% | - |
| XYZ | 62.55 | 65.32 | 11.69 | - |
| YUV | 201.57 | 39.08 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 44 | 0 | 0.18 | 0.82 | 0.02 | 47.25 | 0.96 | 0.58 |
| Hex | FB | CF | 2C | 0 | 12 | 52 | 2 | 2F | 60 | 3A |
| Octal | 373 | 317 | 54 | 0 | 22 | 122 | 2 | 57 | 140 | 72 |
| Binary | 11111011 | 11001111 | 101100 | 0 | 10010 | 1010010 | 10 | 101111 | 1100000 | 111010 |
Color Harmonies of #FBCF2C
Complementary color
Monochromatic Colors of #FBCF2C
Black with #FBCF2C
Text Example
Text Example
White with #FBCF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCF2C; }
p { color: rgb(251,207,44); }
H1.HeaderClassName
{
color: #FBCF2C;
}
.AnyTagClassName
{
color: #FBCF2C;
}
</style>
background-color css
<style>
a { background-color: #FBCF2C; }
a { background-color: rgb(251,207,44); }
div.DivClassName
{
background-color: #FBCF2C;
}
.BgClassName
{
background-color: #FBCF2C;
}
</style>
border-color css
<style>
span { border-color: #FBCF2C; }
span { border-color: rgb(251,207,44); }
td.TdClassName
{
border-color: #FBCF2C;
}
.TagClassName
{
border-color: #FBCF2C;
}
</style>