Html Css Color HEX #FC9A7D Vivid Tangerine

📋 copy color: '#FC9A7D'

red 252 ◦ green 154 ◦ blue 125

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

Shades of Vivid Tangerine #FC9A7D

Tints of Vivid Tangerine #FC9A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29%

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

R = 47.46%
G = 29%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC9A7D (or 0xFC9A7D) is known color: Vivid Tangerine. HEX triplet: FC, 9A and 7D. RGB value is (252,154,125). Sum of RGB (Red+Green+Blue) = 252+154+125=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9A7D is #036582. Grayscale: #B4B4B4. Windows color (decimal): -222595 or 8231676. OLE color: 8231676.

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

Color convert

RGB 252 154 125 -
CMYK 0 0.39 0.50 0.01
HSL 13.7º 0.95% 0.74% -
HSV(B) 13.7º 0.5% 0.99% -
XYZ 55.4 45.29 25.22 -
YUV 180 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 252 154 125 0 0.39 0.50 0.01 13.7 0.95 0.74
Hex FC 9A 7D 0 27 32 1 E 5F 4A
Octal 374 232 175 0 47 62 1 16 137 112
Binary 11111100 10011010 1111101 0 100111 110010 1 1110 1011111 1001010

Color Harmonies of #FC9A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A7D

Black with #FC9A7D

Text Example


Text Example

White with #FC9A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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