#FDA617

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

Shades of Dark Tangerine #FDA617

Tints of Dark Tangerine #FDA617

Color information

#FDA617 (or 0xFDA617) is unknown color: approx Dark Tangerine. HEX triplet: FD, A6 and 17. RGB value is (253,166,23). Sum of RGB (Red+Green+Blue) = 253+166+23=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 23 (9.38% from 255 or 5.20% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA617 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA617 is #0259E8. Grayscale: #B0B0B0. Windows color (decimal): -154089 or 1550077. OLE color: 1550077.

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

Color convert

RGB25316623-
CMYK00.340.910.01
HSL37.3º98.29%54.12%-
HSV(B)37.3º90.91%99.22%-
XYZ54.348.227.26-
YUV175.7141.82183.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.24%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 23 (9.38% from 255) = 5.20%
R=57.24%
G=37.56%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531662300.340.910.0137.398.2954.12
HexFDA6170225B1256236
Octal3752462704213314514266
Binary1111110110100110101110100010101101111001011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA617; }

 p { color: rgb(253,166,23); }

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

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

 a { background-color: rgb(253,166,23); }

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

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

 span { border-color: rgb(253,166,23); }

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