Shades of Yellow Orange #FFB043
Tints of Yellow Orange #FFB043
RGB
CMYK
RGB Variations
Color information
#FFB043 (or 0xFFB043) is known color: Yellow Orange. HEX triplet: FF, B0 and 43. RGB value is (255,176,67). Sum of RGB (Red+Green+Blue) = 255+176+67=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 67 (26.56% from 255 or 13.45% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB043 is #004FBC. Grayscale: #BBBBBB. Windows color (decimal): -20413 or 4436223. OLE color: 4436223.
HSL color Cylindrical-coordinate representation of color #FFB043: hue angle of 34.79º 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 #FFB043 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 67 | - |
| CMYK | 0 | 0.31 | 0.74 | 0 |
| HSL | 34.79º | 1% | 0.63% | - |
| HSV(B) | 34.79º | 0.74% | 1% | - |
| XYZ | 57.78 | 52.72 | 12.44 | - |
| YUV | 187.2 | 60.17 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 67 | 0 | 0.31 | 0.74 | 0 | 34.79 | 1 | 0.63 |
| Hex | FF | B0 | 43 | 0 | 1F | 4A | 0 | 23 | 64 | 3F |
| Octal | 377 | 260 | 103 | 0 | 37 | 112 | 0 | 43 | 144 | 77 |
| Binary | 11111111 | 10110000 | 1000011 | 0 | 11111 | 1001010 | 0 | 100011 | 1100100 | 111111 |
Color Harmonies of #FFB043
Complementary color
Monochromatic Colors of #FFB043
Black with #FFB043
Text Example
Text Example
White with #FFB043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB043; }
p { color: rgb(255,176,67); }
H1.HeaderClassName
{
color: #FFB043;
}
.AnyTagClassName
{
color: #FFB043;
}
</style>
background-color css
<style>
a { background-color: #FFB043; }
a { background-color: rgb(255,176,67); }
div.DivClassName
{
background-color: #FFB043;
}
.BgClassName
{
background-color: #FFB043;
}
</style>
border-color css
<style>
span { border-color: #FFB043; }
span { border-color: rgb(255,176,67); }
td.TdClassName
{
border-color: #FFB043;
}
.TagClassName
{
border-color: #FFB043;
}
</style>