#FFAC1D

Color #FFAC1D Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FFAC1D

Tints of Dark Tangerine #FFAC1D

Color information

#FFAC1D (or 0xFFAC1D) is unknown color: approx Dark Tangerine. HEX triplet: FF, AC and 1D. RGB value is (255,172,29). Sum of RGB (Red+Green+Blue) = 255+172+29=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC1D is #0053E2. Grayscale: #B5B5B5. Windows color (decimal): -21475 or 1944831. OLE color: 1944831.

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

Color convert

RGB25517229-
CMYK00.330.890
HSL37.96º100%55.69%-
HSV(B)37.96º88.63%100%-
XYZ56.2150.858.02-
YUV180.5242.5181.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.92%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 29 (11.72% from 255) = 6.36%
R=55.92%
G=37.72%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551722900.330.89037.9610055.69
HexFFAC1D021590266438
Octal3772543504113104614470
Binary1111111110101100111010100001101100101001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAC1D; }

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

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

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

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

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

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

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

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