Html Css Color HEX #FFA386 Vivid Tangerine

📋 copy color: '#FFA386'

red 255 ◦ green 163 ◦ blue 134

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

Shades of Vivid Tangerine #FFA386

Tints of Vivid Tangerine #FFA386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.53%

 BLUE value IS 134 (52.73% from 255) = 24.28%

R = 46.2%
G = 29.53%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFA386 (or 0xFFA386) is known color: Vivid Tangerine. HEX triplet: FF, A3 and 86. RGB value is (255,163,134). Sum of RGB (Red+Green+Blue) = 255+163+134=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA386 is #005C79. Grayscale: #BBBBBB. Windows color (decimal): -23674 or 8823807. OLE color: 8823807.

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

Color convert

RGB 255 163 134 -
CMYK 0 0.36 0.47 0
HSL 14.38º 1% 0.76% -
HSV(B) 14.38º 0.47% 1% -
XYZ 58.64 49.18 28.96 -
YUV 187.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 255 163 134 0 0.36 0.47 0 14.38 1 0.76
Hex FF A3 86 0 24 2F 0 E 64 4C
Octal 377 243 206 0 44 57 0 16 144 114
Binary 11111111 10100011 10000110 0 100100 101111 0 1110 1100100 1001100

Color Harmonies of #FFA386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA386

Black with #FFA386

Text Example


Text Example

White with #FFA386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA386; }

 p { color: rgb(255,163,134); }

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

background-color css

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

 a { background-color: rgb(255,163,134); }

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

border-color css

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

 span { border-color: rgb(255,163,134); }

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