#FFA912

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

Shades of Dark Tangerine #FFA912

Tints of Dark Tangerine #FFA912

Color information

#FFA912 (or 0xFFA912) is unknown color: approx Dark Tangerine. HEX triplet: FF, A9 and 12. RGB value is (255,169,18). Sum of RGB (Red+Green+Blue) = 255+169+18=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA912 is #0056ED. Grayscale: #B2B2B2. Windows color (decimal): -22254 or 1223167. OLE color: 1223167.

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

Color convert

RGB25516918-
CMYK00.340.930
HSL38.23º100%53.53%-
HSV(B)38.23º92.94%100%-
XYZ55.5449.687.23-
YUV177.537.99183.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.69%
GREEN value IS 169 (66.41% from 255) = 38.24%
BLUE value IS 18 (7.42% from 255) = 4.07%
R=57.69%
G=38.24%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551691800.340.93038.2310053.53
HexFFA9120225D0266436
Octal3772512204213504614466
Binary1111111110101001100100100010101110101001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA912; }

 p { color: rgb(255,169,18); }

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

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

 a { background-color: rgb(255,169,18); }

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

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

 span { border-color: rgb(255,169,18); }

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