Html Css Color HEX #FCA672 Hit Pink

📋 copy color: '#FCA672'

red 252 ◦ green 166 ◦ blue 114

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

Shades of Hit Pink #FCA672

Tints of Hit Pink #FCA672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.43%

R = 47.37%
G = 31.2%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCA672 (or 0xFCA672) is known color: Hit Pink. HEX triplet: FC, A6 and 72. RGB value is (252,166,114). Sum of RGB (Red+Green+Blue) = 252+166+114=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA672 is #03598D. Grayscale: #BABABA. Windows color (decimal): -219534 or 7513852. OLE color: 7513852.

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

Color convert

RGB 252 166 114 -
CMYK 0 0.34 0.55 0.01
HSL 22.61º 0.96% 0.72% -
HSV(B) 22.61º 0.55% 0.99% -
XYZ 56.82 49.18 22.42 -
YUV 185.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 252 166 114 0 0.34 0.55 0.01 22.61 0.96 0.72
Hex FC A6 72 0 22 37 1 17 60 48
Octal 374 246 162 0 42 67 1 27 140 110
Binary 11111100 10100110 1110010 0 100010 110111 1 10111 1100000 1001000

Color Harmonies of #FCA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA672

Black with #FCA672

Text Example


Text Example

White with #FCA672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA672; }

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

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

background-color css

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

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

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

border-color css

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

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

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