#FDA185

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

Shades of Vivid Tangerine #FDA185

Tints of Vivid Tangerine #FDA185

Color information

#FDA185 (or 0xFDA185) is unknown color: approx Vivid Tangerine. HEX triplet: FD, A1 and 85. RGB value is (253,161,133). Sum of RGB (Red+Green+Blue) = 253+161+133=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA185 is #025E7A. Grayscale: #B9B9B9. Windows color (decimal): -155259 or 8757757. OLE color: 8757757.

HSL color Cylindrical-coordinate representation of color #FDA185: hue angle of 14º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDA185 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB253161133-
CMYK00.360.470.01
HSL14º96.77%75.69%-
HSV(B)14º47.43%99.22%-
XYZ57.4948.0728.44-
YUV185.3298.48176.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.25%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=46.25%
G=29.43%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316113300.360.470.011496.7775.69
HexFDA1850242F1e614c
Octal37524120504457116141114
Binary11111101101000011000010101001001011111111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA185; }

 p { color: rgb(253,161,133); }

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

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

 a { background-color: rgb(253,161,133); }

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

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

 span { border-color: rgb(253,161,133); }

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