Shades of Yellow Orange #FFAF41
Tints of Yellow Orange #FFAF41
RGB
CMYK
RGB Variations
Color information
#FFAF41 (or 0xFFAF41) is known color: Yellow Orange. HEX triplet: FF, AF and 41. RGB value is (255,175,65). Sum of RGB (Red+Green+Blue) = 255+175+65=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF41 is #0050BE. Grayscale: #BABABA. Windows color (decimal): -20671 or 4304895. OLE color: 4304895.
HSL color Cylindrical-coordinate representation of color #FFAF41: hue angle of 34.74º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFAF41 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 65 | - |
| CMYK | 0 | 0.31 | 0.75 | 0 |
| HSL | 34.74º | 1% | 0.63% | - |
| HSV(B) | 34.74º | 0.75% | 1% | - |
| XYZ | 57.52 | 52.3 | 12.06 | - |
| YUV | 186.38 | 59.5 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 65 | 0 | 0.31 | 0.75 | 0 | 34.74 | 1 | 0.63 |
| Hex | FF | AF | 41 | 0 | 1F | 4B | 0 | 23 | 64 | 3F |
| Octal | 377 | 257 | 101 | 0 | 37 | 113 | 0 | 43 | 144 | 77 |
| Binary | 11111111 | 10101111 | 1000001 | 0 | 11111 | 1001011 | 0 | 100011 | 1100100 | 111111 |
Color Harmonies of #FFAF41
Complementary color
Monochromatic Colors of #FFAF41
Black with #FFAF41
Text Example
Text Example
White with #FFAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF41; }
p { color: rgb(255,175,65); }
H1.HeaderClassName
{
color: #FFAF41;
}
.AnyTagClassName
{
color: #FFAF41;
}
</style>
background-color css
<style>
a { background-color: #FFAF41; }
a { background-color: rgb(255,175,65); }
div.DivClassName
{
background-color: #FFAF41;
}
.BgClassName
{
background-color: #FFAF41;
}
</style>
border-color css
<style>
span { border-color: #FFAF41; }
span { border-color: rgb(255,175,65); }
td.TdClassName
{
border-color: #FFAF41;
}
.TagClassName
{
border-color: #FFAF41;
}
</style>