#ffac3f

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

Shades of Yellow Orange #FFAC3F

Tints of Yellow Orange #FFAC3F

Color information

#FFAC3F (or 0xFFAC3F) is unknown color: approx Yellow Orange. HEX triplet: FF, AC and 3F. RGB value is (255,172,63). Sum of RGB (Red+Green+Blue) = 255+172+63=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 63 (25% from 255 or 12.86% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC3F is #0053C0. Grayscale: #B8B8B8. Windows color (decimal): -21441 or 4173055. OLE color: 4173055.

HSL color Cylindrical-coordinate representation of color #FFAC3F: hue angle of 34.06º 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 #FFAC3F is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25517263-
CMYK00.330.750
HSL34.06º100%62.35%-
HSV(B)34.06º75.29%100%-
XYZ56.8951.1211.57-
YUV184.3959.5178.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.04%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 63 (25% from 255) = 12.86%
R=52.04%
G=35.10%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551726300.330.75034.0610062.35
HexFFAC3F0214B022643e
Octal3772547704111304214476
Binary11111111101011001111110100001100101101000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffac3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffac3f; }

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

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

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

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

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

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

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

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