Html Css Color HEX #FCA86B Hit Pink

📋 copy color: '#FCA86B'

red 252 ◦ green 168 ◦ blue 107

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

Shades of Hit Pink #FCA86B

Tints of Hit Pink #FCA86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.3%

R = 47.82%
G = 31.88%
B = 20.3%

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

#FCA86B (or 0xFCA86B) is known color: Hit Pink. HEX triplet: FC, A8 and 6B. RGB value is (252,168,107). Sum of RGB (Red+Green+Blue) = 252+168+107=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA86B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA86B is #035794. Grayscale: #BABABA. Windows color (decimal): -219029 or 7055612. OLE color: 7055612.

HSL color Cylindrical-coordinate representation of color #FCA86B: hue angle of 25.24º 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 #FCA86B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 107 -
CMYK 0 0.33 0.58 0.01
HSL 25.24º 0.96% 0.7% -
HSV(B) 25.24º 0.58% 0.99% -
XYZ 56.8 49.76 20.52 -
YUV 186.16 83.33 174.96 -
System Red Green Blue C M Y K H S L
Decimal 252 168 107 0 0.33 0.58 0.01 25.24 0.96 0.7
Hex FC A8 6B 0 21 3A 1 19 60 46
Octal 374 250 153 0 41 72 1 31 140 106
Binary 11111100 10101000 1101011 0 100001 111010 1 11001 1100000 1000110

Color Harmonies of #FCA86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA86B

Black with #FCA86B

Text Example


Text Example

White with #FCA86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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