Html Css Color HEX #FAA68A Vivid Tangerine

📋 copy color: '#FAA68A'

red 250 ◦ green 166 ◦ blue 138

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

Shades of Vivid Tangerine #FAA68A

Tints of Vivid Tangerine #FAA68A

RGB

 RED value IS 250 (98.05% from 255) = 45.13%

 GREEN value IS 166 (65.23% from 255) = 29.96%

 BLUE value IS 138 (54.3% from 255) = 24.91%

R = 45.13%
G = 29.96%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAA68A (or 0xFAA68A) is known color: Vivid Tangerine. HEX triplet: FA, A6 and 8A. RGB value is (250,166,138). Sum of RGB (Red+Green+Blue) = 250+166+138=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA68A is #055975. Grayscale: #BCBCBC. Windows color (decimal): -350582 or 9086714. OLE color: 9086714.

HSL color Cylindrical-coordinate representation of color #FAA68A: hue angle of 15º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAA68A is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 138 -
CMYK 0 0.34 0.45 0.02
HSL 15º 0.92% 0.76% -
HSV(B) 15º 0.45% 0.98% -
XYZ 57.65 49.43 30.55 -
YUV 187.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 250 166 138 0 0.34 0.45 0.02 15 0.92 0.76
Hex FA A6 8A 0 22 2D 2 F 5C 4C
Octal 372 246 212 0 42 55 2 17 134 114
Binary 11111010 10100110 10001010 0 100010 101101 10 1111 1011100 1001100

Color Harmonies of #FAA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA68A

Black with #FAA68A

Text Example


Text Example

White with #FAA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA68A; }

 p { color: rgb(250,166,138); }

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

background-color css

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

 a { background-color: rgb(250,166,138); }

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

border-color css

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

 span { border-color: rgb(250,166,138); }

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