Shades of Yellow Orange #FFAE42
Tints of Yellow Orange #FFAE42
RGB
CMYK
RGB Variations
Color information
#FFAE42 (or 0xFFAE42) is known color: Yellow Orange. HEX triplet: FF, AE and 42. RGB value is (255,174,66). Sum of RGB (Red+Green+Blue) = 255+174+66=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE42 is #0051BD. Grayscale: #BABABA. Windows color (decimal): -20926 or 4370175. OLE color: 4370175.
HSL color Cylindrical-coordinate representation of color #FFAE42: hue angle of 34.29º 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 #FFAE42 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 174 | 66 | - |
CMYK | 0 | 0.32 | 0.74 | 0 |
HSL | 34.29º | 1% | 0.63% | - |
HSV(B) | 34.29º | 0.74% | 1% | - |
XYZ | 57.36 | 51.93 | 12.15 | - |
YUV | 185.91 | 60.34 | 177.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 174 | 66 | 0 | 0.32 | 0.74 | 0 | 34.29 | 1 | 0.63 |
Hex | FF | AE | 42 | 0 | 20 | 4A | 0 | 22 | 64 | 3F |
Octal | 377 | 256 | 102 | 0 | 40 | 112 | 0 | 42 | 144 | 77 |
Binary | 11111111 | 10101110 | 1000010 | 0 | 100000 | 1001010 | 0 | 100010 | 1100100 | 111111 |
Color Harmonies of #FFAE42
Complementary color
Monochromatic Colors of #FFAE42
Black with #FFAE42
Text Example
Text Example
White with #FFAE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE42; }
p { color: rgb(255,174,66); }
H1.HeaderClassName
{
color: #FFAE42;
}
.AnyTagClassName
{
color: #FFAE42;
}
</style>
background-color css
<style>
a { background-color: #FFAE42; }
a { background-color: rgb(255,174,66); }
div.DivClassName
{
background-color: #FFAE42;
}
.BgClassName
{
background-color: #FFAE42;
}
</style>
border-color css
<style>
span { border-color: #FFAE42; }
span { border-color: rgb(255,174,66); }
td.TdClassName
{
border-color: #FFAE42;
}
.TagClassName
{
border-color: #FFAE42;
}
</style>