Shades of Yellow Orange #FFB343
Tints of Yellow Orange #FFB343
RGB
CMYK
RGB Variations
Color information
#FFB343 (or 0xFFB343) is known color: Yellow Orange. HEX triplet: FF, B3 and 43. RGB value is (255,179,67). Sum of RGB (Red+Green+Blue) = 255+179+67=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 67 (26.56% from 255 or 13.37% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB343 is #004CBC. Grayscale: #BDBDBD. Windows color (decimal): -19645 or 4436991. OLE color: 4436991.
HSL color Cylindrical-coordinate representation of color #FFB343: hue angle of 35.74º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFB343 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 67 | - |
| CMYK | 0 | 0.30 | 0.74 | 0 |
| HSL | 35.74º | 1% | 0.63% | - |
| HSV(B) | 35.74º | 0.74% | 1% | - |
| XYZ | 58.37 | 53.91 | 12.64 | - |
| YUV | 188.96 | 59.18 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 67 | 0 | 0.30 | 0.74 | 0 | 35.74 | 1 | 0.63 |
| Hex | FF | B3 | 43 | 0 | 1E | 4A | 0 | 24 | 64 | 3F |
| Octal | 377 | 263 | 103 | 0 | 36 | 112 | 0 | 44 | 144 | 77 |
| Binary | 11111111 | 10110011 | 1000011 | 0 | 11110 | 1001010 | 0 | 100100 | 1100100 | 111111 |
Color Harmonies of #FFB343
Complementary color
Monochromatic Colors of #FFB343
Black with #FFB343
Text Example
Text Example
White with #FFB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB343; }
p { color: rgb(255,179,67); }
H1.HeaderClassName
{
color: #FFB343;
}
.AnyTagClassName
{
color: #FFB343;
}
</style>
background-color css
<style>
a { background-color: #FFB343; }
a { background-color: rgb(255,179,67); }
div.DivClassName
{
background-color: #FFB343;
}
.BgClassName
{
background-color: #FFB343;
}
</style>
border-color css
<style>
span { border-color: #FFB343; }
span { border-color: rgb(255,179,67); }
td.TdClassName
{
border-color: #FFB343;
}
.TagClassName
{
border-color: #FFB343;
}
</style>