Html Css Color HEX #FFA085 Vivid Tangerine

📋 copy color: '#FFA085'

red 255 ◦ green 160 ◦ blue 133

#FFA085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Tangerine #FFA085

Tints of Vivid Tangerine #FFA085

RGB

 RED value IS 255 (100% from 255) = 46.53%

 GREEN value IS 160 (62.89% from 255) = 29.2%

 BLUE value IS 133 (52.34% from 255) = 24.27%

R = 46.53%
G = 29.2%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFA085 (or 0xFFA085) is known color: Vivid Tangerine. HEX triplet: FF, A0 and 85. RGB value is (255,160,133). Sum of RGB (Red+Green+Blue) = 255+160+133=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA085 is #005F7A. Grayscale: #B9B9B9. Windows color (decimal): -24443 or 8757503. OLE color: 8757503.

HSL color Cylindrical-coordinate representation of color #FFA085: hue angle of 13.28º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFA085 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 255 160 133 -
CMYK 0 0.37 0.48 0
HSL 13.28º 1% 0.76% -
HSV(B) 13.28º 0.48% 1% -
XYZ 58.04 48.1 28.41 -
YUV 185.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 255 160 133 0 0.37 0.48 0 13.28 1 0.76
Hex FF A0 85 0 25 30 0 D 64 4C
Octal 377 240 205 0 45 60 0 15 144 114
Binary 11111111 10100000 10000101 0 100101 110000 0 1101 1100100 1001100

Color Harmonies of #FFA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA085

Black with #FFA085

Text Example


Text Example

White with #FFA085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA085; }

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

 H1.HeaderClassName
 {
   color: #FFA085;
 }
 .AnyTagClassName
 {
   color: #FFA085;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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