Html Css Color HEX #FCA86A Hit Pink

📋 copy color: '#FCA86A'

red 252 ◦ green 168 ◦ blue 106

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

Shades of Hit Pink #FCA86A

Tints of Hit Pink #FCA86A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.94%

 BLUE value IS 106 (41.8% from 255) = 20.15%

R = 47.91%
G = 31.94%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCA86A (or 0xFCA86A) is known color: Hit Pink. HEX triplet: FC, A8 and 6A. RGB value is (252,168,106). Sum of RGB (Red+Green+Blue) = 252+168+106=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA86A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA86A is #035795. Grayscale: #BABABA. Windows color (decimal): -219030 or 6990076. OLE color: 6990076.

HSL color Cylindrical-coordinate representation of color #FCA86A: hue angle of 25.48º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCA86A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 106 -
CMYK 0 0.33 0.58 0.01
HSL 25.48º 0.96% 0.7% -
HSV(B) 25.48º 0.58% 0.99% -
XYZ 56.75 49.74 20.25 -
YUV 186.05 82.83 175.04 -
System Red Green Blue C M Y K H S L
Decimal 252 168 106 0 0.33 0.58 0.01 25.48 0.96 0.7
Hex FC A8 6A 0 21 3A 1 19 60 46
Octal 374 250 152 0 41 72 1 31 140 106
Binary 11111100 10101000 1101010 0 100001 111010 1 11001 1100000 1000110

Color Harmonies of #FCA86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA86A

Black with #FCA86A

Text Example


Text Example

White with #FCA86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA86A; }

 p { color: rgb(252,168,106); }

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

background-color css

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

 a { background-color: rgb(252,168,106); }

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

border-color css

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

 span { border-color: rgb(252,168,106); }

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