Shades of Yellow Orange #FFA23E
Tints of Yellow Orange #FFA23E
RGB
CMYK
RGB Variations
Color information
#FFA23E (or 0xFFA23E) is known color: Yellow Orange. HEX triplet: FF, A2 and 3E. RGB value is (255,162,62). Sum of RGB (Red+Green+Blue) = 255+162+62=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 62 (24.61% from 255 or 12.94% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA23E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA23E is #005DC1. Grayscale: #B2B2B2. Windows color (decimal): -24002 or 4104959. OLE color: 4104959.
HSL color Cylindrical-coordinate representation of color #FFA23E: hue angle of 31.09º 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 #FFA23E is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 62 | - |
| CMYK | 0 | 0.36 | 0.76 | 0 |
| HSL | 31.09º | 1% | 0.62% | - |
| HSV(B) | 31.09º | 0.76% | 1% | - |
| XYZ | 55.03 | 47.45 | 10.82 | - |
| YUV | 178.41 | 62.31 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 62 | 0 | 0.36 | 0.76 | 0 | 31.09 | 1 | 0.62 |
| Hex | FF | A2 | 3E | 0 | 24 | 4C | 0 | 1F | 64 | 3E |
| Octal | 377 | 242 | 76 | 0 | 44 | 114 | 0 | 37 | 144 | 76 |
| Binary | 11111111 | 10100010 | 111110 | 0 | 100100 | 1001100 | 0 | 11111 | 1100100 | 111110 |
Color Harmonies of #FFA23E
Complementary color
Monochromatic Colors of #FFA23E
Black with #FFA23E
Text Example
Text Example
White with #FFA23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA23E; }
p { color: rgb(255,162,62); }
H1.HeaderClassName
{
color: #FFA23E;
}
.AnyTagClassName
{
color: #FFA23E;
}
</style>
background-color css
<style>
a { background-color: #FFA23E; }
a { background-color: rgb(255,162,62); }
div.DivClassName
{
background-color: #FFA23E;
}
.BgClassName
{
background-color: #FFA23E;
}
</style>
border-color css
<style>
span { border-color: #FFA23E; }
span { border-color: rgb(255,162,62); }
td.TdClassName
{
border-color: #FFA23E;
}
.TagClassName
{
border-color: #FFA23E;
}
</style>