Html Css Color HEX #FCA68A Vivid Tangerine

📋 copy color: '#FCA68A'

red 252 ◦ green 166 ◦ blue 138

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

Shades of Vivid Tangerine #FCA68A

Tints of Vivid Tangerine #FCA68A

RGB

 RED value IS 252 (98.83% from 255) = 45.32%

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

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

R = 45.32%
G = 29.86%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCA68A (or 0xFCA68A) is known color: Vivid Tangerine. HEX triplet: FC, A6 and 8A. RGB value is (252,166,138). Sum of RGB (Red+Green+Blue) = 252+166+138=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA68A is #035975. Grayscale: #BCBCBC. Windows color (decimal): -219510 or 9086716. OLE color: 9086716.

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

Color convert

RGB 252 166 138 -
CMYK 0 0.34 0.45 0.01
HSL 14.74º 0.95% 0.76% -
HSV(B) 14.74º 0.45% 0.99% -
XYZ 58.37 49.8 30.58 -
YUV 188.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 252 166 138 0 0.34 0.45 0.01 14.74 0.95 0.76
Hex FC A6 8A 0 22 2D 1 F 5F 4C
Octal 374 246 212 0 42 55 1 17 137 114
Binary 11111100 10100110 10001010 0 100010 101101 1 1111 1011111 1001100

Color Harmonies of #FCA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA68A

Black with #FCA68A

Text Example


Text Example

White with #FCA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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