#FDA184

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

Shades of Vivid Tangerine #FDA184

Tints of Vivid Tangerine #FDA184

Color information

#FDA184 (or 0xFDA184) is unknown color: approx Vivid Tangerine. HEX triplet: FD, A1 and 84. RGB value is (253,161,132). Sum of RGB (Red+Green+Blue) = 253+161+132=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA184 is #025E7B. Grayscale: #B9B9B9. Windows color (decimal): -155260 or 8692221. OLE color: 8692221.

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

Color convert

RGB253161132-
CMYK00.360.480.01
HSL14.38º96.8%75.49%-
HSV(B)14.38º47.83%99.22%-
XYZ57.4248.0428.08-
YUV185.297.98176.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.34%
GREEN value IS 161 (63.28% from 255) = 29.49%
BLUE value IS 132 (51.95% from 255) = 24.18%
R=46.34%
G=29.49%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316113200.360.480.0114.3896.875.49
HexFDA184024301e614b
Octal37524120404460116141113
Binary11111101101000011000010001001001100001111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA184; }

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

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

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

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

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

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

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

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