#FFAF3F

Color #FFAF3F Yellow Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Orange #FFAF3F

Tints of Yellow Orange #FFAF3F

Color information

#FFAF3F (or 0xFFAF3F) is unknown color: approx Yellow Orange. HEX triplet: FF, AF and 3F. RGB value is (255,175,63). Sum of RGB (Red+Green+Blue) = 255+175+63=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF3F is #0050C0. Grayscale: #BABABA. Windows color (decimal): -20673 or 4173823. OLE color: 4173823.

HSL color Cylindrical-coordinate representation of color #FFAF3F: hue angle of 35º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFAF3F is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25517563-
CMYK00.310.750
HSL35º100%62.35%-
HSV(B)35º75.29%100%-
XYZ57.4752.2811.76-
YUV186.1558.5177.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 63 (25% from 255) = 12.78%
R=51.72%
G=35.50%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551756300.310.7503510062.35
HexFFAF3F01F4B023643e
Octal3772577703711304314476
Binary1111111110101111111111011111100101101000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF3F; }

 p { color: rgb(255,175,63); }

 H1.HeaderClassName
 {
   color: #FFAF3F;
 }
 .AnyTagClassName
 {
   color: #FFAF3F;
 }
</style>
background-color css

<style>
 a { background-color: #FFAF3F; }

 a { background-color: rgb(255,175,63); }

 div.DivClassName
 {
   background-color: #FFAF3F;
 }
 .BgClassName
 {
   background-color: #FFAF3F;
 }
</style>
border-color css

<style>
 span { border-color: #FFAF3F; }

 span { border-color: rgb(255,175,63); }

 td.TdClassName
 {
   border-color: #FFAF3F;
 }
 .TagClassName
 {
   border-color: #FFAF3F;
 }
</style>