Html Css Color HEX #FC947A Vivid Tangerine

📋 copy color: '#FC947A'

red 252 ◦ green 148 ◦ blue 122

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

Shades of Vivid Tangerine #FC947A

Tints of Vivid Tangerine #FC947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.37%

R = 48.28%
G = 28.35%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC947A (or 0xFC947A) is known color: Vivid Tangerine. HEX triplet: FC, 94 and 7A. RGB value is (252,148,122). Sum of RGB (Red+Green+Blue) = 252+148+122=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC947A is #036B85. Grayscale: #B0B0B0. Windows color (decimal): -224134 or 8033532. OLE color: 8033532.

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

Color convert

RGB 252 148 122 -
CMYK 0 0.41 0.52 0.01
HSL 12º 0.96% 0.73% -
HSV(B) 12º 0.52% 0.99% -
XYZ 54.25 43.28 23.91 -
YUV 176.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 252 148 122 0 0.41 0.52 0.01 12 0.96 0.73
Hex FC 94 7A 0 29 34 1 C 60 49
Octal 374 224 172 0 51 64 1 14 140 111
Binary 11111100 10010100 1111010 0 101001 110100 1 1100 1100000 1001001

Color Harmonies of #FC947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC947A

Black with #FC947A

Text Example


Text Example

White with #FC947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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