Shades of Yellow Orange #FFB344
Tints of Yellow Orange #FFB344
RGB
CMYK
RGB Variations
Color information
#FFB344 (or 0xFFB344) is known color: Yellow Orange. HEX triplet: FF, B3 and 44. RGB value is (255,179,68). Sum of RGB (Red+Green+Blue) = 255+179+68=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB344 is #004CBB. Grayscale: #BDBDBD. Windows color (decimal): -19644 or 4502527. OLE color: 4502527.
HSL color Cylindrical-coordinate representation of color #FFB344: hue angle of 35.61º 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 #FFB344 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 68 | - |
| CMYK | 0 | 0.30 | 0.73 | 0 |
| HSL | 35.61º | 1% | 0.63% | - |
| HSV(B) | 35.61º | 0.73% | 1% | - |
| XYZ | 58.4 | 53.92 | 12.8 | - |
| YUV | 189.07 | 59.68 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 68 | 0 | 0.30 | 0.73 | 0 | 35.61 | 1 | 0.63 |
| Hex | FF | B3 | 44 | 0 | 1E | 49 | 0 | 24 | 64 | 3F |
| Octal | 377 | 263 | 104 | 0 | 36 | 111 | 0 | 44 | 144 | 77 |
| Binary | 11111111 | 10110011 | 1000100 | 0 | 11110 | 1001001 | 0 | 100100 | 1100100 | 111111 |
Color Harmonies of #FFB344
Complementary color
Monochromatic Colors of #FFB344
Black with #FFB344
Text Example
Text Example
White with #FFB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB344; }
p { color: rgb(255,179,68); }
H1.HeaderClassName
{
color: #FFB344;
}
.AnyTagClassName
{
color: #FFB344;
}
</style>
background-color css
<style>
a { background-color: #FFB344; }
a { background-color: rgb(255,179,68); }
div.DivClassName
{
background-color: #FFB344;
}
.BgClassName
{
background-color: #FFB344;
}
</style>
border-color css
<style>
span { border-color: #FFB344; }
span { border-color: rgb(255,179,68); }
td.TdClassName
{
border-color: #FFB344;
}
.TagClassName
{
border-color: #FFB344;
}
</style>