Shades of Yellow Orange #FFAF44
Tints of Yellow Orange #FFAF44
RGB
CMYK
RGB Variations
Color information
#FFAF44 (or 0xFFAF44) is known color: Yellow Orange. HEX triplet: FF, AF and 44. RGB value is (255,175,68). Sum of RGB (Red+Green+Blue) = 255+175+68=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF44 is #0050BB. Grayscale: #BBBBBB. Windows color (decimal): -20668 or 4501503. OLE color: 4501503.
HSL color Cylindrical-coordinate representation of color #FFAF44: hue angle of 34.33º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFAF44 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 68 | - |
| CMYK | 0 | 0.31 | 0.73 | 0 |
| HSL | 34.33º | 1% | 0.63% | - |
| HSV(B) | 34.33º | 0.73% | 1% | - |
| XYZ | 57.61 | 52.34 | 12.53 | - |
| YUV | 186.72 | 61 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 68 | 0 | 0.31 | 0.73 | 0 | 34.33 | 1 | 0.63 |
| Hex | FF | AF | 44 | 0 | 1F | 49 | 0 | 22 | 64 | 3F |
| Octal | 377 | 257 | 104 | 0 | 37 | 111 | 0 | 42 | 144 | 77 |
| Binary | 11111111 | 10101111 | 1000100 | 0 | 11111 | 1001001 | 0 | 100010 | 1100100 | 111111 |
Color Harmonies of #FFAF44
Complementary color
Monochromatic Colors of #FFAF44
Black with #FFAF44
Text Example
Text Example
White with #FFAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF44; }
p { color: rgb(255,175,68); }
H1.HeaderClassName
{
color: #FFAF44;
}
.AnyTagClassName
{
color: #FFAF44;
}
</style>
background-color css
<style>
a { background-color: #FFAF44; }
a { background-color: rgb(255,175,68); }
div.DivClassName
{
background-color: #FFAF44;
}
.BgClassName
{
background-color: #FFAF44;
}
</style>
border-color css
<style>
span { border-color: #FFAF44; }
span { border-color: rgb(255,175,68); }
td.TdClassName
{
border-color: #FFAF44;
}
.TagClassName
{
border-color: #FFAF44;
}
</style>