Shades of Yellow Orange #FFB33E
Tints of Yellow Orange #FFB33E
RGB
CMYK
RGB Variations
Color information
#FFB33E (or 0xFFB33E) is known color: Yellow Orange. HEX triplet: FF, B3 and 3E. RGB value is (255,179,62). Sum of RGB (Red+Green+Blue) = 255+179+62=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 62 (24.61% from 255 or 12.5% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB33E is #004CC1. Grayscale: #BCBCBC. Windows color (decimal): -19650 or 4109311. OLE color: 4109311.
HSL color Cylindrical-coordinate representation of color #FFB33E: hue angle of 36.37º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFB33E is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 62 | - |
| CMYK | 0 | 0.30 | 0.76 | 0 |
| HSL | 36.37º | 1% | 0.62% | - |
| HSV(B) | 36.37º | 0.76% | 1% | - |
| XYZ | 58.23 | 53.85 | 11.88 | - |
| YUV | 188.39 | 56.68 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 62 | 0 | 0.30 | 0.76 | 0 | 36.37 | 1 | 0.62 |
| Hex | FF | B3 | 3E | 0 | 1E | 4C | 0 | 24 | 64 | 3E |
| Octal | 377 | 263 | 76 | 0 | 36 | 114 | 0 | 44 | 144 | 76 |
| Binary | 11111111 | 10110011 | 111110 | 0 | 11110 | 1001100 | 0 | 100100 | 1100100 | 111110 |
Color Harmonies of #FFB33E
Complementary color
Monochromatic Colors of #FFB33E
Black with #FFB33E
Text Example
Text Example
White with #FFB33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB33E; }
p { color: rgb(255,179,62); }
H1.HeaderClassName
{
color: #FFB33E;
}
.AnyTagClassName
{
color: #FFB33E;
}
</style>
background-color css
<style>
a { background-color: #FFB33E; }
a { background-color: rgb(255,179,62); }
div.DivClassName
{
background-color: #FFB33E;
}
.BgClassName
{
background-color: #FFB33E;
}
</style>
border-color css
<style>
span { border-color: #FFB33E; }
span { border-color: rgb(255,179,62); }
td.TdClassName
{
border-color: #FFB33E;
}
.TagClassName
{
border-color: #FFB33E;
}
</style>