Shades of Sunglow #FBCD30
Tints of Sunglow #FBCD30
RGB
CMYK
RGB Variations
Color information
#FBCD30 (or 0xFBCD30) is known color: Sunglow. HEX triplet: FB, CD and 30. RGB value is (251,205,48). Sum of RGB (Red+Green+Blue) = 251+205+48=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD30 is #0432CF. Grayscale: #C9C9C9. Windows color (decimal): -275152 or 3198459. OLE color: 3198459.
HSL color Cylindrical-coordinate representation of color #FBCD30: hue angle of 46.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBCD30 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 48 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.02 |
| HSL | 46.4º | 0.96% | 0.59% | - |
| HSV(B) | 46.4º | 0.81% | 0.98% | - |
| XYZ | 62.15 | 64.39 | 11.95 | - |
| YUV | 200.86 | 41.74 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 48 | 0 | 0.18 | 0.81 | 0.02 | 46.4 | 0.96 | 0.59 |
| Hex | FB | CD | 30 | 0 | 12 | 51 | 2 | 2E | 60 | 3B |
| Octal | 373 | 315 | 60 | 0 | 22 | 121 | 2 | 56 | 140 | 73 |
| Binary | 11111011 | 11001101 | 110000 | 0 | 10010 | 1010001 | 10 | 101110 | 1100000 | 111011 |
Color Harmonies of #FBCD30
Complementary color
Monochromatic Colors of #FBCD30
Black with #FBCD30
Text Example
Text Example
White with #FBCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD30; }
p { color: rgb(251,205,48); }
H1.HeaderClassName
{
color: #FBCD30;
}
.AnyTagClassName
{
color: #FBCD30;
}
</style>
background-color css
<style>
a { background-color: #FBCD30; }
a { background-color: rgb(251,205,48); }
div.DivClassName
{
background-color: #FBCD30;
}
.BgClassName
{
background-color: #FBCD30;
}
</style>
border-color css
<style>
span { border-color: #FBCD30; }
span { border-color: rgb(251,205,48); }
td.TdClassName
{
border-color: #FBCD30;
}
.TagClassName
{
border-color: #FBCD30;
}
</style>