Shades of Yellow Orange #FFB641
Tints of Yellow Orange #FFB641
RGB
CMYK
RGB Variations
Color information
#FFB641 (or 0xFFB641) is known color: Yellow Orange. HEX triplet: FF, B6 and 41. RGB value is (255,182,65). Sum of RGB (Red+Green+Blue) = 255+182+65=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 65 (25.78% from 255 or 12.95% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB641 is #0049BE. Grayscale: #BFBFBF. Windows color (decimal): -18879 or 4306687. OLE color: 4306687.
HSL color Cylindrical-coordinate representation of color #FFB641: hue angle of 36.95º 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 #FFB641 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 65 | - |
| CMYK | 0 | 0.29 | 0.75 | 0 |
| HSL | 36.95º | 1% | 0.63% | - |
| HSV(B) | 36.95º | 0.75% | 1% | - |
| XYZ | 58.92 | 55.1 | 12.53 | - |
| YUV | 190.49 | 57.18 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 65 | 0 | 0.29 | 0.75 | 0 | 36.95 | 1 | 0.63 |
| Hex | FF | B6 | 41 | 0 | 1D | 4B | 0 | 25 | 64 | 3F |
| Octal | 377 | 266 | 101 | 0 | 35 | 113 | 0 | 45 | 144 | 77 |
| Binary | 11111111 | 10110110 | 1000001 | 0 | 11101 | 1001011 | 0 | 100101 | 1100100 | 111111 |
Color Harmonies of #FFB641
Complementary color
Monochromatic Colors of #FFB641
Black with #FFB641
Text Example
Text Example
White with #FFB641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB641; }
p { color: rgb(255,182,65); }
H1.HeaderClassName
{
color: #FFB641;
}
.AnyTagClassName
{
color: #FFB641;
}
</style>
background-color css
<style>
a { background-color: #FFB641; }
a { background-color: rgb(255,182,65); }
div.DivClassName
{
background-color: #FFB641;
}
.BgClassName
{
background-color: #FFB641;
}
</style>
border-color css
<style>
span { border-color: #FFB641; }
span { border-color: rgb(255,182,65); }
td.TdClassName
{
border-color: #FFB641;
}
.TagClassName
{
border-color: #FFB641;
}
</style>