Html Css Color HEX #FC927C Vivid Tangerine

📋 copy color: '#FC927C'

red 252 ◦ green 146 ◦ blue 124

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

Shades of Vivid Tangerine #FC927C

Tints of Vivid Tangerine #FC927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.97%

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

R = 48.28%
G = 27.97%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC927C (or 0xFC927C) is known color: Vivid Tangerine. HEX triplet: FC, 92 and 7C. RGB value is (252,146,124). Sum of RGB (Red+Green+Blue) = 252+146+124=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC927C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC927C is #036D83. Grayscale: #AFAFAF. Windows color (decimal): -224644 or 8164092. OLE color: 8164092.

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

Color convert

RGB 252 146 124 -
CMYK 0 0.42 0.51 0.01
HSL 10.31º 0.96% 0.74% -
HSV(B) 10.31º 0.51% 0.99% -
XYZ 54.06 42.71 24.46 -
YUV 175.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 252 146 124 0 0.42 0.51 0.01 10.31 0.96 0.74
Hex FC 92 7C 0 2A 33 1 A 60 4A
Octal 374 222 174 0 52 63 1 12 140 112
Binary 11111100 10010010 1111100 0 101010 110011 1 1010 1100000 1001010

Color Harmonies of #FC927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC927C

Black with #FC927C

Text Example


Text Example

White with #FC927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC927C; }

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

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

background-color css

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

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

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

border-color css

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

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

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