#FAA710

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

Shades of Dark Tangerine #FAA710

Tints of Dark Tangerine #FAA710

Color information

#FAA710 (or 0xFAA710) is unknown color: approx Dark Tangerine. HEX triplet: FA, A7 and 10. RGB value is (250,167,16). Sum of RGB (Red+Green+Blue) = 250+167+16=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA710 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA710 is #0558EF. Grayscale: #AFAFAF. Windows color (decimal): -350448 or 1091578. OLE color: 1091578.

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

Color convert

RGB25016716-
CMYK00.330.940.02
HSL38.72º95.9%52.16%-
HSV(B)38.72º93.6%98.04%-
XYZ53.34486.94-
YUV174.638.5181.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.74%
GREEN value IS 167 (65.62% from 255) = 38.57%
BLUE value IS 16 (6.64% from 255) = 3.70%
R=57.74%
G=38.57%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501671600.330.940.0238.7295.952.16
HexFAA7100215E2276034
Octal3722472004113624714064
Binary11111010101001111000001000011011110101001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA710; }

 p { color: rgb(250,167,16); }

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

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

 a { background-color: rgb(250,167,16); }

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

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

 span { border-color: rgb(250,167,16); }

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