Html Css Color HEX #FCA86D Hit Pink

📋 copy color: '#FCA86D'

red 252 ◦ green 168 ◦ blue 109

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

Shades of Hit Pink #FCA86D

Tints of Hit Pink #FCA86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.6%

R = 47.64%
G = 31.76%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCA86D (or 0xFCA86D) is known color: Hit Pink. HEX triplet: FC, A8 and 6D. RGB value is (252,168,109). Sum of RGB (Red+Green+Blue) = 252+168+109=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA86D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA86D is #035792. Grayscale: #BABABA. Windows color (decimal): -219027 or 7186684. OLE color: 7186684.

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

Color convert

RGB 252 168 109 -
CMYK 0 0.33 0.57 0.01
HSL 24.76º 0.96% 0.71% -
HSV(B) 24.76º 0.57% 0.99% -
XYZ 56.91 49.8 21.08 -
YUV 186.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 252 168 109 0 0.33 0.57 0.01 24.76 0.96 0.71
Hex FC A8 6D 0 21 39 1 19 60 47
Octal 374 250 155 0 41 71 1 31 140 107
Binary 11111100 10101000 1101101 0 100001 111001 1 11001 1100000 1000111

Color Harmonies of #FCA86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA86D

Black with #FCA86D

Text Example


Text Example

White with #FCA86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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