Shades of Yellow Orange #FFAD42
Tints of Yellow Orange #FFAD42
RGB
CMYK
RGB Variations
Color information
#FFAD42 (or 0xFFAD42) is known color: Yellow Orange. HEX triplet: FF, AD and 42. RGB value is (255,173,66). Sum of RGB (Red+Green+Blue) = 255+173+66=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD42 is #0052BD. Grayscale: #B9B9B9. Windows color (decimal): -21182 or 4369919. OLE color: 4369919.
HSL color Cylindrical-coordinate representation of color #FFAD42: hue angle of 33.97º 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 #FFAD42 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 66 | - |
| CMYK | 0 | 0.32 | 0.74 | 0 |
| HSL | 33.97º | 1% | 0.63% | - |
| HSV(B) | 33.97º | 0.74% | 1% | - |
| XYZ | 57.17 | 51.54 | 12.09 | - |
| YUV | 185.32 | 60.67 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 66 | 0 | 0.32 | 0.74 | 0 | 33.97 | 1 | 0.63 |
| Hex | FF | AD | 42 | 0 | 20 | 4A | 0 | 22 | 64 | 3F |
| Octal | 377 | 255 | 102 | 0 | 40 | 112 | 0 | 42 | 144 | 77 |
| Binary | 11111111 | 10101101 | 1000010 | 0 | 100000 | 1001010 | 0 | 100010 | 1100100 | 111111 |
Color Harmonies of #FFAD42
Complementary color
Monochromatic Colors of #FFAD42
Black with #FFAD42
Text Example
Text Example
White with #FFAD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD42; }
p { color: rgb(255,173,66); }
H1.HeaderClassName
{
color: #FFAD42;
}
.AnyTagClassName
{
color: #FFAD42;
}
</style>
background-color css
<style>
a { background-color: #FFAD42; }
a { background-color: rgb(255,173,66); }
div.DivClassName
{
background-color: #FFAD42;
}
.BgClassName
{
background-color: #FFAD42;
}
</style>
border-color css
<style>
span { border-color: #FFAD42; }
span { border-color: rgb(255,173,66); }
td.TdClassName
{
border-color: #FFAD42;
}
.TagClassName
{
border-color: #FFAD42;
}
</style>