Html Css Color HEX #FC947F Vivid Tangerine

📋 copy color: '#FC947F'

red 252 ◦ green 148 ◦ blue 127

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

Shades of Vivid Tangerine #FC947F

Tints of Vivid Tangerine #FC947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.1%

R = 47.82%
G = 28.08%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC947F (or 0xFC947F) is known color: Vivid Tangerine. HEX triplet: FC, 94 and 7F. RGB value is (252,148,127). Sum of RGB (Red+Green+Blue) = 252+148+127=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC947F is #036B80. Grayscale: #B0B0B0. Windows color (decimal): -224129 or 8361212. OLE color: 8361212.

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

Color convert

RGB 252 148 127 -
CMYK 0 0.41 0.50 0.01
HSL 10.08º 0.95% 0.74% -
HSV(B) 10.08º 0.5% 0.99% -
XYZ 54.57 43.41 25.58 -
YUV 176.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 252 148 127 0 0.41 0.50 0.01 10.08 0.95 0.74
Hex FC 94 7F 0 29 32 1 A 5F 4A
Octal 374 224 177 0 51 62 1 12 137 112
Binary 11111100 10010100 1111111 0 101001 110010 1 1010 1011111 1001010

Color Harmonies of #FC947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC947F

Black with #FC947F

Text Example


Text Example

White with #FC947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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