Shades of Yellow Orange #FFAF3E
Tints of Yellow Orange #FFAF3E
RGB
CMYK
RGB Variations
Color information
#FFAF3E (or 0xFFAF3E) is known color: Yellow Orange. HEX triplet: FF, AF and 3E. RGB value is (255,175,62). Sum of RGB (Red+Green+Blue) = 255+175+62=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 62 (24.61% from 255 or 12.60% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF3E is #0050C1. Grayscale: #BABABA. Windows color (decimal): -20674 or 4108287. OLE color: 4108287.
HSL color Cylindrical-coordinate representation of color #FFAF3E: hue angle of 35.13º 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 #FFAF3E is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 62 | - |
| CMYK | 0 | 0.31 | 0.76 | 0 |
| HSL | 35.13º | 1% | 0.62% | - |
| HSV(B) | 35.13º | 0.76% | 1% | - |
| XYZ | 57.44 | 52.27 | 11.62 | - |
| YUV | 186.04 | 58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 62 | 0 | 0.31 | 0.76 | 0 | 35.13 | 1 | 0.62 |
| Hex | FF | AF | 3E | 0 | 1F | 4C | 0 | 23 | 64 | 3E |
| Octal | 377 | 257 | 76 | 0 | 37 | 114 | 0 | 43 | 144 | 76 |
| Binary | 11111111 | 10101111 | 111110 | 0 | 11111 | 1001100 | 0 | 100011 | 1100100 | 111110 |
Color Harmonies of #FFAF3E
Complementary color
Monochromatic Colors of #FFAF3E
Black with #FFAF3E
Text Example
Text Example
White with #FFAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF3E; }
p { color: rgb(255,175,62); }
H1.HeaderClassName
{
color: #FFAF3E;
}
.AnyTagClassName
{
color: #FFAF3E;
}
</style>
background-color css
<style>
a { background-color: #FFAF3E; }
a { background-color: rgb(255,175,62); }
div.DivClassName
{
background-color: #FFAF3E;
}
.BgClassName
{
background-color: #FFAF3E;
}
</style>
border-color css
<style>
span { border-color: #FFAF3E; }
span { border-color: rgb(255,175,62); }
td.TdClassName
{
border-color: #FFAF3E;
}
.TagClassName
{
border-color: #FFAF3E;
}
</style>