Shades of Yellow Orange #FFBB44
Tints of Yellow Orange #FFBB44
RGB
CMYK
RGB Variations
Color information
#FFBB44 (or 0xFFBB44) is known color: Yellow Orange. HEX triplet: FF, BB and 44. RGB value is (255,187,68). Sum of RGB (Red+Green+Blue) = 255+187+68=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 68 (26.95% from 255 or 13.33% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB44 is #0044BB. Grayscale: #C2C2C2. Windows color (decimal): -17596 or 4504575. OLE color: 4504575.
HSL color Cylindrical-coordinate representation of color #FFBB44: hue angle of 38.18º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFBB44 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 68 | - |
| CMYK | 0 | 0.27 | 0.73 | 0 |
| HSL | 38.18º | 1% | 0.63% | - |
| HSV(B) | 38.18º | 0.73% | 1% | - |
| XYZ | 60.05 | 57.22 | 13.35 | - |
| YUV | 193.77 | 57.03 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 68 | 0 | 0.27 | 0.73 | 0 | 38.18 | 1 | 0.63 |
| Hex | FF | BB | 44 | 0 | 1B | 49 | 0 | 26 | 64 | 3F |
| Octal | 377 | 273 | 104 | 0 | 33 | 111 | 0 | 46 | 144 | 77 |
| Binary | 11111111 | 10111011 | 1000100 | 0 | 11011 | 1001001 | 0 | 100110 | 1100100 | 111111 |
Color Harmonies of #FFBB44
Complementary color
Monochromatic Colors of #FFBB44
Black with #FFBB44
Text Example
Text Example
White with #FFBB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB44; }
p { color: rgb(255,187,68); }
H1.HeaderClassName
{
color: #FFBB44;
}
.AnyTagClassName
{
color: #FFBB44;
}
</style>
background-color css
<style>
a { background-color: #FFBB44; }
a { background-color: rgb(255,187,68); }
div.DivClassName
{
background-color: #FFBB44;
}
.BgClassName
{
background-color: #FFBB44;
}
</style>
border-color css
<style>
span { border-color: #FFBB44; }
span { border-color: rgb(255,187,68); }
td.TdClassName
{
border-color: #FFBB44;
}
.TagClassName
{
border-color: #FFBB44;
}
</style>