Shades of Yellow Orange #FFB440
Tints of Yellow Orange #FFB440
RGB
CMYK
RGB Variations
Color information
#FFB440 (or 0xFFB440) is known color: Yellow Orange. HEX triplet: FF, B4 and 40. RGB value is (255,180,64). Sum of RGB (Red+Green+Blue) = 255+180+64=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB440 is #004BBF. Grayscale: #BDBDBD. Windows color (decimal): -19392 or 4240639. OLE color: 4240639.
HSL color Cylindrical-coordinate representation of color #FFB440: hue angle of 36.44º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFB440 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 64 | - |
| CMYK | 0 | 0.29 | 0.75 | 0 |
| HSL | 36.44º | 1% | 0.63% | - |
| HSV(B) | 36.44º | 0.75% | 1% | - |
| XYZ | 58.49 | 54.27 | 12.24 | - |
| YUV | 189.2 | 57.35 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 64 | 0 | 0.29 | 0.75 | 0 | 36.44 | 1 | 0.63 |
| Hex | FF | B4 | 40 | 0 | 1D | 4B | 0 | 24 | 64 | 3F |
| Octal | 377 | 264 | 100 | 0 | 35 | 113 | 0 | 44 | 144 | 77 |
| Binary | 11111111 | 10110100 | 1000000 | 0 | 11101 | 1001011 | 0 | 100100 | 1100100 | 111111 |
Color Harmonies of #FFB440
Complementary color
Monochromatic Colors of #FFB440
Black with #FFB440
Text Example
Text Example
White with #FFB440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB440; }
p { color: rgb(255,180,64); }
H1.HeaderClassName
{
color: #FFB440;
}
.AnyTagClassName
{
color: #FFB440;
}
</style>
background-color css
<style>
a { background-color: #FFB440; }
a { background-color: rgb(255,180,64); }
div.DivClassName
{
background-color: #FFB440;
}
.BgClassName
{
background-color: #FFB440;
}
</style>
border-color css
<style>
span { border-color: #FFB440; }
span { border-color: rgb(255,180,64); }
td.TdClassName
{
border-color: #FFB440;
}
.TagClassName
{
border-color: #FFB440;
}
</style>