Html Css Color HEX #FC967D Vivid Tangerine

📋 copy color: '#FC967D'

red 252 ◦ green 150 ◦ blue 125

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

Shades of Vivid Tangerine #FC967D

Tints of Vivid Tangerine #FC967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.46%

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

R = 47.82%
G = 28.46%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC967D (or 0xFC967D) is known color: Vivid Tangerine. HEX triplet: FC, 96 and 7D. RGB value is (252,150,125). Sum of RGB (Red+Green+Blue) = 252+150+125=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC967D is #036982. Grayscale: #B1B1B1. Windows color (decimal): -223619 or 8230652. OLE color: 8230652.

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

Color convert

RGB 252 150 125 -
CMYK 0 0.40 0.50 0.01
HSL 11.81º 0.95% 0.74% -
HSV(B) 11.81º 0.5% 0.99% -
XYZ 54.75 43.99 25.01 -
YUV 177.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 252 150 125 0 0.40 0.50 0.01 11.81 0.95 0.74
Hex FC 96 7D 0 28 32 1 C 5F 4A
Octal 374 226 175 0 50 62 1 14 137 112
Binary 11111100 10010110 1111101 0 101000 110010 1 1100 1011111 1001010

Color Harmonies of #FC967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC967D

Black with #FC967D

Text Example


Text Example

White with #FC967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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