Shades of Yellow Orange #FFB640
Tints of Yellow Orange #FFB640
RGB
CMYK
RGB Variations
Color information
#FFB640 (or 0xFFB640) is known color: Yellow Orange. HEX triplet: FF, B6 and 40. RGB value is (255,182,64). Sum of RGB (Red+Green+Blue) = 255+182+64=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB640 is #0049BF. Grayscale: #BEBEBE. Windows color (decimal): -18880 or 4241151. OLE color: 4241151.
HSL color Cylindrical-coordinate representation of color #FFB640: hue angle of 37.07º 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 #FFB640 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 64 | - |
| CMYK | 0 | 0.29 | 0.75 | 0 |
| HSL | 37.07º | 1% | 0.63% | - |
| HSV(B) | 37.07º | 0.75% | 1% | - |
| XYZ | 58.89 | 55.09 | 12.38 | - |
| YUV | 190.38 | 56.68 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 64 | 0 | 0.29 | 0.75 | 0 | 37.07 | 1 | 0.63 |
| Hex | FF | B6 | 40 | 0 | 1D | 4B | 0 | 25 | 64 | 3F |
| Octal | 377 | 266 | 100 | 0 | 35 | 113 | 0 | 45 | 144 | 77 |
| Binary | 11111111 | 10110110 | 1000000 | 0 | 11101 | 1001011 | 0 | 100101 | 1100100 | 111111 |
Color Harmonies of #FFB640
Complementary color
Monochromatic Colors of #FFB640
Black with #FFB640
Text Example
Text Example
White with #FFB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB640; }
p { color: rgb(255,182,64); }
H1.HeaderClassName
{
color: #FFB640;
}
.AnyTagClassName
{
color: #FFB640;
}
</style>
background-color css
<style>
a { background-color: #FFB640; }
a { background-color: rgb(255,182,64); }
div.DivClassName
{
background-color: #FFB640;
}
.BgClassName
{
background-color: #FFB640;
}
</style>
border-color css
<style>
span { border-color: #FFB640; }
span { border-color: rgb(255,182,64); }
td.TdClassName
{
border-color: #FFB640;
}
.TagClassName
{
border-color: #FFB640;
}
</style>