Html Css Color HEX #FC957D Vivid Tangerine

📋 copy color: '#FC957D'

red 252 ◦ green 149 ◦ blue 125

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

Shades of Vivid Tangerine #FC957D

Tints of Vivid Tangerine #FC957D

RGB

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

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

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

R = 47.91%
G = 28.33%
B = 23.76%

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

#FC957D (or 0xFC957D) is known color: Vivid Tangerine. HEX triplet: FC, 95 and 7D. RGB value is (252,149,125). Sum of RGB (Red+Green+Blue) = 252+149+125=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC957D is #036A82. Grayscale: #B1B1B1. Windows color (decimal): -223875 or 8230396. OLE color: 8230396.

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

Color convert

RGB 252 149 125 -
CMYK 0 0.41 0.50 0.01
HSL 11.34º 0.95% 0.74% -
HSV(B) 11.34º 0.5% 0.99% -
XYZ 54.59 43.67 24.95 -
YUV 177.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 252 149 125 0 0.41 0.50 0.01 11.34 0.95 0.74
Hex FC 95 7D 0 29 32 1 B 5F 4A
Octal 374 225 175 0 51 62 1 13 137 112
Binary 11111100 10010101 1111101 0 101001 110010 1 1011 1011111 1001010

Color Harmonies of #FC957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC957D

Black with #FC957D

Text Example


Text Example

White with #FC957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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