Html Css Color HEX #FC967B Vivid Tangerine

📋 copy color: '#FC967B'

red 252 ◦ green 150 ◦ blue 123

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

Shades of Vivid Tangerine #FC967B

Tints of Vivid Tangerine #FC967B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.43%

R = 48%
G = 28.57%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC967B (or 0xFC967B) is known color: Vivid Tangerine. HEX triplet: FC, 96 and 7B. RGB value is (252,150,123). Sum of RGB (Red+Green+Blue) = 252+150+123=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC967B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC967B is #036984. Grayscale: #B1B1B1. Windows color (decimal): -223621 or 8099580. OLE color: 8099580.

HSL color Cylindrical-coordinate representation of color #FC967B: hue angle of 12.56º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC967B is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 150 123 -
CMYK 0 0.40 0.51 0.01
HSL 12.56º 0.96% 0.74% -
HSV(B) 12.56º 0.51% 0.99% -
XYZ 54.63 43.94 24.34 -
YUV 177.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 252 150 123 0 0.40 0.51 0.01 12.56 0.96 0.74
Hex FC 96 7B 0 28 33 1 D 60 4A
Octal 374 226 173 0 50 63 1 15 140 112
Binary 11111100 10010110 1111011 0 101000 110011 1 1101 1100000 1001010

Color Harmonies of #FC967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC967B

Black with #FC967B

Text Example


Text Example

White with #FC967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC967B; }

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

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

background-color css

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

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

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

border-color css

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

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

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