Html Css Color HEX #FC947D Vivid Tangerine

📋 copy color: '#FC947D'

red 252 ◦ green 148 ◦ blue 125

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

Shades of Vivid Tangerine #FC947D

Tints of Vivid Tangerine #FC947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.81%

R = 48%
G = 28.19%
B = 23.81%

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

#FC947D (or 0xFC947D) is known color: Vivid Tangerine. HEX triplet: FC, 94 and 7D. RGB value is (252,148,125). Sum of RGB (Red+Green+Blue) = 252+148+125=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC947D is #036B82. Grayscale: #B0B0B0. Windows color (decimal): -224131 or 8230140. OLE color: 8230140.

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

Color convert

RGB 252 148 125 -
CMYK 0 0.41 0.50 0.01
HSL 10.87º 0.95% 0.74% -
HSV(B) 10.87º 0.5% 0.99% -
XYZ 54.44 43.36 24.9 -
YUV 176.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 252 148 125 0 0.41 0.50 0.01 10.87 0.95 0.74
Hex FC 94 7D 0 29 32 1 B 5F 4A
Octal 374 224 175 0 51 62 1 13 137 112
Binary 11111100 10010100 1111101 0 101001 110010 1 1011 1011111 1001010

Color Harmonies of #FC947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC947D

Black with #FC947D

Text Example


Text Example

White with #FC947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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