Shades of Sunglow #FBCF2D
Tints of Sunglow #FBCF2D
RGB
CMYK
RGB Variations
Color information
#FBCF2D (or 0xFBCF2D) is known color: Sunglow. HEX triplet: FB, CF and 2D. RGB value is (251,207,45). Sum of RGB (Red+Green+Blue) = 251+207+45=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCF2D is #0430D2. Grayscale: #CACACA. Windows color (decimal): -274643 or 3002363. OLE color: 3002363.
HSL color Cylindrical-coordinate representation of color #FBCF2D: hue angle of 47.18º 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 #FBCF2D is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 45 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.02 |
| HSL | 47.18º | 0.96% | 0.58% | - |
| HSV(B) | 47.18º | 0.82% | 0.98% | - |
| XYZ | 62.57 | 65.32 | 11.79 | - |
| YUV | 201.69 | 39.58 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 45 | 0 | 0.18 | 0.82 | 0.02 | 47.18 | 0.96 | 0.58 |
| Hex | FB | CF | 2D | 0 | 12 | 52 | 2 | 2F | 60 | 3A |
| Octal | 373 | 317 | 55 | 0 | 22 | 122 | 2 | 57 | 140 | 72 |
| Binary | 11111011 | 11001111 | 101101 | 0 | 10010 | 1010010 | 10 | 101111 | 1100000 | 111010 |
Color Harmonies of #FBCF2D
Complementary color
Monochromatic Colors of #FBCF2D
Black with #FBCF2D
Text Example
Text Example
White with #FBCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCF2D; }
p { color: rgb(251,207,45); }
H1.HeaderClassName
{
color: #FBCF2D;
}
.AnyTagClassName
{
color: #FBCF2D;
}
</style>
background-color css
<style>
a { background-color: #FBCF2D; }
a { background-color: rgb(251,207,45); }
div.DivClassName
{
background-color: #FBCF2D;
}
.BgClassName
{
background-color: #FBCF2D;
}
</style>
border-color css
<style>
span { border-color: #FBCF2D; }
span { border-color: rgb(251,207,45); }
td.TdClassName
{
border-color: #FBCF2D;
}
.TagClassName
{
border-color: #FBCF2D;
}
</style>