#FDA085

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

Shades of Vivid Tangerine #FDA085

Tints of Vivid Tangerine #FDA085

Color information

#FDA085 (or 0xFDA085) is unknown color: approx Vivid Tangerine. HEX triplet: FD, A0 and 85. RGB value is (253,160,133). Sum of RGB (Red+Green+Blue) = 253+160+133=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA085 is #025F7A. Grayscale: #B8B8B8. Windows color (decimal): -155515 or 8757501. OLE color: 8757501.

HSL color Cylindrical-coordinate representation of color #FDA085: hue angle of 13.5º 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 #FDA085 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB253160133-
CMYK00.370.470.01
HSL13.5º96.77%75.69%-
HSV(B)13.5º47.43%99.22%-
XYZ57.3147.7228.38-
YUV184.7398.81176.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.34%
GREEN value IS 160 (62.89% from 255) = 29.30%
BLUE value IS 133 (52.34% from 255) = 24.36%
R=46.34%
G=29.30%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316013300.370.470.0113.596.7775.69
HexFDA0850252F1e614c
Octal37524020504557116141114
Binary11111101101000001000010101001011011111111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA085; }

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

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

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

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

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

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

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

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