Html Css Color HEX #FCA466 Hit Pink

📋 copy color: '#FCA466'

red 252 ◦ green 164 ◦ blue 102

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

Shades of Hit Pink #FCA466

Tints of Hit Pink #FCA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.66%

 BLUE value IS 102 (40.23% from 255) = 19.69%

R = 48.65%
G = 31.66%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCA466 (or 0xFCA466) is known color: Hit Pink. HEX triplet: FC, A4 and 66. RGB value is (252,164,102). Sum of RGB (Red+Green+Blue) = 252+164+102=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA466 is #035B99. Grayscale: #B7B7B7. Windows color (decimal): -220058 or 6726908. OLE color: 6726908.

HSL color Cylindrical-coordinate representation of color #FCA466: hue angle of 24.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCA466 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 164 102 -
CMYK 0 0.35 0.60 0.01
HSL 24.8º 0.96% 0.69% -
HSV(B) 24.8º 0.6% 0.99% -
XYZ 55.82 48.21 18.93 -
YUV 183.24 82.15 177.04 -
System Red Green Blue C M Y K H S L
Decimal 252 164 102 0 0.35 0.60 0.01 24.8 0.96 0.69
Hex FC A4 66 0 23 3C 1 19 60 45
Octal 374 244 146 0 43 74 1 31 140 105
Binary 11111100 10100100 1100110 0 100011 111100 1 11001 1100000 1000101

Color Harmonies of #FCA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA466

Black with #FCA466

Text Example


Text Example

White with #FCA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA466; }

 p { color: rgb(252,164,102); }

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

background-color css

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

 a { background-color: rgb(252,164,102); }

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

border-color css

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

 span { border-color: rgb(252,164,102); }

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