Shades of Yellow Orange #FFA83B
Tints of Yellow Orange #FFA83B
RGB
CMYK
RGB Variations
Color information
#FFA83B (or 0xFFA83B) is known color: Yellow Orange. HEX triplet: FF, A8 and 3B. RGB value is (255,168,59). Sum of RGB (Red+Green+Blue) = 255+168+59=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 59 (23.44% from 255 or 12.24% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA83B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA83B is #0057C4. Grayscale: #B6B6B6. Windows color (decimal): -22469 or 3909887. OLE color: 3909887.
HSL color Cylindrical-coordinate representation of color #FFA83B: hue angle of 33.37º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFA83B is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 59 | - |
| CMYK | 0 | 0.34 | 0.77 | 0 |
| HSL | 33.37º | 1% | 0.62% | - |
| HSV(B) | 33.37º | 0.77% | 1% | - |
| XYZ | 56.03 | 49.58 | 10.75 | - |
| YUV | 181.59 | 58.82 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 59 | 0 | 0.34 | 0.77 | 0 | 33.37 | 1 | 0.62 |
| Hex | FF | A8 | 3B | 0 | 22 | 4D | 0 | 21 | 64 | 3E |
| Octal | 377 | 250 | 73 | 0 | 42 | 115 | 0 | 41 | 144 | 76 |
| Binary | 11111111 | 10101000 | 111011 | 0 | 100010 | 1001101 | 0 | 100001 | 1100100 | 111110 |
Color Harmonies of #FFA83B
Complementary color
Monochromatic Colors of #FFA83B
Black with #FFA83B
Text Example
Text Example
White with #FFA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA83B; }
p { color: rgb(255,168,59); }
H1.HeaderClassName
{
color: #FFA83B;
}
.AnyTagClassName
{
color: #FFA83B;
}
</style>
background-color css
<style>
a { background-color: #FFA83B; }
a { background-color: rgb(255,168,59); }
div.DivClassName
{
background-color: #FFA83B;
}
.BgClassName
{
background-color: #FFA83B;
}
</style>
border-color css
<style>
span { border-color: #FFA83B; }
span { border-color: rgb(255,168,59); }
td.TdClassName
{
border-color: #FFA83B;
}
.TagClassName
{
border-color: #FFA83B;
}
</style>