Html Css Color HEX #FC9C7D Vivid Tangerine

📋 copy color: '#FC9C7D'

red 252 ◦ green 156 ◦ blue 125

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

Shades of Vivid Tangerine #FC9C7D

Tints of Vivid Tangerine #FC9C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.27%

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

R = 47.28%
G = 29.27%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC9C7D (or 0xFC9C7D) is known color: Vivid Tangerine. HEX triplet: FC, 9C and 7D. RGB value is (252,156,125). Sum of RGB (Red+Green+Blue) = 252+156+125=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9C7D is #036382. Grayscale: #B5B5B5. Windows color (decimal): -222083 or 8232188. OLE color: 8232188.

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

Color convert

RGB 252 156 125 -
CMYK 0 0.38 0.50 0.01
HSL 14.65º 0.95% 0.74% -
HSV(B) 14.65º 0.5% 0.99% -
XYZ 55.74 45.95 25.33 -
YUV 181.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 252 156 125 0 0.38 0.50 0.01 14.65 0.95 0.74
Hex FC 9C 7D 0 26 32 1 F 5F 4A
Octal 374 234 175 0 46 62 1 17 137 112
Binary 11111100 10011100 1111101 0 100110 110010 1 1111 1011111 1001010

Color Harmonies of #FC9C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C7D

Black with #FC9C7D

Text Example


Text Example

White with #FC9C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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