Shades of Yellow Orange #FFB044
Tints of Yellow Orange #FFB044
RGB
CMYK
RGB Variations
Color information
#FFB044 (or 0xFFB044) is known color: Yellow Orange. HEX triplet: FF, B0 and 44. RGB value is (255,176,68). Sum of RGB (Red+Green+Blue) = 255+176+68=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB044 is #004FBB. Grayscale: #BBBBBB. Windows color (decimal): -20412 or 4501759. OLE color: 4501759.
HSL color Cylindrical-coordinate representation of color #FFB044: hue angle of 34.65º 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 #FFB044 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 68 | - |
| CMYK | 0 | 0.31 | 0.73 | 0 |
| HSL | 34.65º | 1% | 0.63% | - |
| HSV(B) | 34.65º | 0.73% | 1% | - |
| XYZ | 57.81 | 52.73 | 12.6 | - |
| YUV | 187.31 | 60.67 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 68 | 0 | 0.31 | 0.73 | 0 | 34.65 | 1 | 0.63 |
| Hex | FF | B0 | 44 | 0 | 1F | 49 | 0 | 23 | 64 | 3F |
| Octal | 377 | 260 | 104 | 0 | 37 | 111 | 0 | 43 | 144 | 77 |
| Binary | 11111111 | 10110000 | 1000100 | 0 | 11111 | 1001001 | 0 | 100011 | 1100100 | 111111 |
Color Harmonies of #FFB044
Complementary color
Monochromatic Colors of #FFB044
Black with #FFB044
Text Example
Text Example
White with #FFB044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB044; }
p { color: rgb(255,176,68); }
H1.HeaderClassName
{
color: #FFB044;
}
.AnyTagClassName
{
color: #FFB044;
}
</style>
background-color css
<style>
a { background-color: #FFB044; }
a { background-color: rgb(255,176,68); }
div.DivClassName
{
background-color: #FFB044;
}
.BgClassName
{
background-color: #FFB044;
}
</style>
border-color css
<style>
span { border-color: #FFB044; }
span { border-color: rgb(255,176,68); }
td.TdClassName
{
border-color: #FFB044;
}
.TagClassName
{
border-color: #FFB044;
}
</style>