#ffac14

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

Shades of Dark Tangerine #FFAC14

Tints of Dark Tangerine #FFAC14

Color information

#FFAC14 (or 0xFFAC14) is unknown color: approx Dark Tangerine. HEX triplet: FF, AC and 14. RGB value is (255,172,20). Sum of RGB (Red+Green+Blue) = 255+172+20=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC14 is #0053EB. Grayscale: #B4B4B4. Windows color (decimal): -21484 or 1355007. OLE color: 1355007.

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

Color convert

RGB25517220-
CMYK00.330.920
HSL38.81º100%53.92%-
HSV(B)38.81º92.16%100%-
XYZ56.1250.827.51-
YUV179.4938181.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.05%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 20 (8.20% from 255) = 4.47%
R=57.05%
G=38.48%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551722000.330.92038.8110053.92
HexFFAC140215C0276436
Octal3772542404113404714466
Binary1111111110101100101000100001101110001001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffac14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffac14; }

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

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

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

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

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

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

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

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