Shades of Yellow Orange #FFAF42
Tints of Yellow Orange #FFAF42
RGB
CMYK
RGB Variations
Color information
#FFAF42 (or 0xFFAF42) is known color: Yellow Orange. HEX triplet: FF, AF and 42. RGB value is (255,175,66). Sum of RGB (Red+Green+Blue) = 255+175+66=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF42 is #0050BD. Grayscale: #BBBBBB. Windows color (decimal): -20670 or 4370431. OLE color: 4370431.
HSL color Cylindrical-coordinate representation of color #FFAF42: hue angle of 34.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFAF42 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 66 | - |
| CMYK | 0 | 0.31 | 0.74 | 0 |
| HSL | 34.6º | 1% | 0.63% | - |
| HSV(B) | 34.6º | 0.74% | 1% | - |
| XYZ | 57.55 | 52.31 | 12.22 | - |
| YUV | 186.49 | 60 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 66 | 0 | 0.31 | 0.74 | 0 | 34.6 | 1 | 0.63 |
| Hex | FF | AF | 42 | 0 | 1F | 4A | 0 | 23 | 64 | 3F |
| Octal | 377 | 257 | 102 | 0 | 37 | 112 | 0 | 43 | 144 | 77 |
| Binary | 11111111 | 10101111 | 1000010 | 0 | 11111 | 1001010 | 0 | 100011 | 1100100 | 111111 |
Color Harmonies of #FFAF42
Complementary color
Monochromatic Colors of #FFAF42
Black with #FFAF42
Text Example
Text Example
White with #FFAF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF42; }
p { color: rgb(255,175,66); }
H1.HeaderClassName
{
color: #FFAF42;
}
.AnyTagClassName
{
color: #FFAF42;
}
</style>
background-color css
<style>
a { background-color: #FFAF42; }
a { background-color: rgb(255,175,66); }
div.DivClassName
{
background-color: #FFAF42;
}
.BgClassName
{
background-color: #FFAF42;
}
</style>
border-color css
<style>
span { border-color: #FFAF42; }
span { border-color: rgb(255,175,66); }
td.TdClassName
{
border-color: #FFAF42;
}
.TagClassName
{
border-color: #FFAF42;
}
</style>