Shades of Yellow Orange #FFAF3C
Tints of Yellow Orange #FFAF3C
RGB
CMYK
RGB Variations
Color information
#FFAF3C (or 0xFFAF3C) is known color: Yellow Orange. HEX triplet: FF, AF and 3C. RGB value is (255,175,60). Sum of RGB (Red+Green+Blue) = 255+175+60=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF3C is #0050C3. Grayscale: #BABABA. Windows color (decimal): -20676 or 3977215. OLE color: 3977215.
HSL color Cylindrical-coordinate representation of color #FFAF3C: hue angle of 35.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFAF3C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 60 | - |
| CMYK | 0 | 0.31 | 0.76 | 0 |
| HSL | 35.38º | 1% | 0.62% | - |
| HSV(B) | 35.38º | 0.76% | 1% | - |
| XYZ | 57.39 | 52.25 | 11.33 | - |
| YUV | 185.81 | 57 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 60 | 0 | 0.31 | 0.76 | 0 | 35.38 | 1 | 0.62 |
| Hex | FF | AF | 3C | 0 | 1F | 4C | 0 | 23 | 64 | 3E |
| Octal | 377 | 257 | 74 | 0 | 37 | 114 | 0 | 43 | 144 | 76 |
| Binary | 11111111 | 10101111 | 111100 | 0 | 11111 | 1001100 | 0 | 100011 | 1100100 | 111110 |
Color Harmonies of #FFAF3C
Complementary color
Monochromatic Colors of #FFAF3C
Black with #FFAF3C
Text Example
Text Example
White with #FFAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF3C; }
p { color: rgb(255,175,60); }
H1.HeaderClassName
{
color: #FFAF3C;
}
.AnyTagClassName
{
color: #FFAF3C;
}
</style>
background-color css
<style>
a { background-color: #FFAF3C; }
a { background-color: rgb(255,175,60); }
div.DivClassName
{
background-color: #FFAF3C;
}
.BgClassName
{
background-color: #FFAF3C;
}
</style>
border-color css
<style>
span { border-color: #FFAF3C; }
span { border-color: rgb(255,175,60); }
td.TdClassName
{
border-color: #FFAF3C;
}
.TagClassName
{
border-color: #FFAF3C;
}
</style>