#FAA81C

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

Shades of Dark Tangerine #FAA81C

Tints of Dark Tangerine #FAA81C

Color information

#FAA81C (or 0xFAA81C) is unknown color: approx Dark Tangerine. HEX triplet: FA, A8 and 1C. RGB value is (250,168,28). Sum of RGB (Red+Green+Blue) = 250+168+28=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA81C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA81C is #0557E3. Grayscale: #B1B1B1. Windows color (decimal): -350180 or 1878266. OLE color: 1878266.

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

Color convert

RGB25016828-
CMYK00.330.890.02
HSL37.84º95.69%54.51%-
HSV(B)37.84º88.8%98.04%-
XYZ53.6448.417.62-
YUV176.5644.17180.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.05%
GREEN value IS 168 (66.02% from 255) = 37.67%
BLUE value IS 28 (11.33% from 255) = 6.28%
R=56.05%
G=37.67%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501682800.330.890.0237.8495.6954.51
HexFAA81C021592266037
Octal3722503404113124614067
Binary11111010101010001110001000011011001101001101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA81C; }

 p { color: rgb(250,168,28); }

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

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

 a { background-color: rgb(250,168,28); }

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

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

 span { border-color: rgb(250,168,28); }

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