Html Css Color HEX #FC947C Vivid Tangerine

📋 copy color: '#FC947C'

red 252 ◦ green 148 ◦ blue 124

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

Shades of Vivid Tangerine #FC947C

Tints of Vivid Tangerine #FC947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.24%

 BLUE value IS 124 (48.83% from 255) = 23.66%

R = 48.09%
G = 28.24%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC947C (or 0xFC947C) is known color: Vivid Tangerine. HEX triplet: FC, 94 and 7C. RGB value is (252,148,124). Sum of RGB (Red+Green+Blue) = 252+148+124=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC947C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC947C is #036B83. Grayscale: #B0B0B0. Windows color (decimal): -224132 or 8164604. OLE color: 8164604.

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

Color convert

RGB 252 148 124 -
CMYK 0 0.41 0.51 0.01
HSL 11.25º 0.96% 0.74% -
HSV(B) 11.25º 0.51% 0.99% -
XYZ 54.37 43.33 24.57 -
YUV 176.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 252 148 124 0 0.41 0.51 0.01 11.25 0.96 0.74
Hex FC 94 7C 0 29 33 1 B 60 4A
Octal 374 224 174 0 51 63 1 13 140 112
Binary 11111100 10010100 1111100 0 101001 110011 1 1011 1100000 1001010

Color Harmonies of #FC947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC947C

Black with #FC947C

Text Example


Text Example

White with #FC947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC947C; }

 p { color: rgb(252,148,124); }

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

background-color css

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

 a { background-color: rgb(252,148,124); }

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

border-color css

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

 span { border-color: rgb(252,148,124); }

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