Html Css Color HEX #FB967C Vivid Tangerine

📋 copy color: '#FB967C'

red 251 ◦ green 150 ◦ blue 124

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

Shades of Vivid Tangerine #FB967C

Tints of Vivid Tangerine #FB967C

RGB

 RED value IS 251 (98.44% from 255) = 47.81%

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

 BLUE value IS 124 (48.83% from 255) = 23.62%

R = 47.81%
G = 28.57%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB967C (or 0xFB967C) is known color: Vivid Tangerine. HEX triplet: FB, 96 and 7C. RGB value is (251,150,124). Sum of RGB (Red+Green+Blue) = 251+150+124=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB967C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB967C is #046983. Grayscale: #B1B1B1. Windows color (decimal): -289156 or 8165115. OLE color: 8165115.

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

Color convert

RGB 251 150 124 -
CMYK 0 0.40 0.51 0.02
HSL 12.28º 0.94% 0.74% -
HSV(B) 12.28º 0.51% 0.98% -
XYZ 54.33 43.78 24.66 -
YUV 177.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 251 150 124 0 0.40 0.51 0.02 12.28 0.94 0.74
Hex FB 96 7C 0 28 33 2 C 5E 4A
Octal 373 226 174 0 50 63 2 14 136 112
Binary 11111011 10010110 1111100 0 101000 110011 10 1100 1011110 1001010

Color Harmonies of #FB967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB967C

Black with #FB967C

Text Example


Text Example

White with #FB967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB967C; }

 p { color: rgb(251,150,124); }

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

background-color css

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

 a { background-color: rgb(251,150,124); }

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

border-color css

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

 span { border-color: rgb(251,150,124); }

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