Html Css Color HEX #FCA674 Hit Pink

📋 copy color: '#FCA674'

red 252 ◦ green 166 ◦ blue 116

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

Shades of Hit Pink #FCA674

Tints of Hit Pink #FCA674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.72%

R = 47.19%
G = 31.09%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCA674 (or 0xFCA674) is known color: Hit Pink. HEX triplet: FC, A6 and 74. RGB value is (252,166,116). Sum of RGB (Red+Green+Blue) = 252+166+116=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA674 is #03598B. Grayscale: #BABABA. Windows color (decimal): -219532 or 7644924. OLE color: 7644924.

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

Color convert

RGB 252 166 116 -
CMYK 0 0.34 0.54 0.01
HSL 22.06º 0.96% 0.72% -
HSV(B) 22.06º 0.54% 0.99% -
XYZ 56.93 49.23 23.02 -
YUV 186.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 252 166 116 0 0.34 0.54 0.01 22.06 0.96 0.72
Hex FC A6 74 0 22 36 1 16 60 48
Octal 374 246 164 0 42 66 1 26 140 110
Binary 11111100 10100110 1110100 0 100010 110110 1 10110 1100000 1001000

Color Harmonies of #FCA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA674

Black with #FCA674

Text Example


Text Example

White with #FCA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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