Html Css Color HEX #FC957A Vivid Tangerine

📋 copy color: '#FC957A'

red 252 ◦ green 149 ◦ blue 122

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

Shades of Vivid Tangerine #FC957A

Tints of Vivid Tangerine #FC957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.49%

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

R = 48.18%
G = 28.49%
B = 23.33%

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

#FC957A (or 0xFC957A) is known color: Vivid Tangerine. HEX triplet: FC, 95 and 7A. RGB value is (252,149,122). Sum of RGB (Red+Green+Blue) = 252+149+122=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC957A is #036A85. Grayscale: #B0B0B0. Windows color (decimal): -223878 or 8033788. OLE color: 8033788.

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

Color convert

RGB 252 149 122 -
CMYK 0 0.41 0.52 0.01
HSL 12.46º 0.96% 0.73% -
HSV(B) 12.46º 0.52% 0.99% -
XYZ 54.41 43.6 23.96 -
YUV 176.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 252 149 122 0 0.41 0.52 0.01 12.46 0.96 0.73
Hex FC 95 7A 0 29 34 1 C 60 49
Octal 374 225 172 0 51 64 1 14 140 111
Binary 11111100 10010101 1111010 0 101001 110100 1 1100 1100000 1001001

Color Harmonies of #FC957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC957A

Black with #FC957A

Text Example


Text Example

White with #FC957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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