Html Css Color HEX #FF967F Vivid Tangerine

📋 copy color: '#FF967F'

red 255 ◦ green 150 ◦ blue 127

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

Shades of Vivid Tangerine #FF967F

Tints of Vivid Tangerine #FF967F

RGB

 RED value IS 255 (100% from 255) = 47.93%

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

 BLUE value IS 127 (50% from 255) = 23.87%

R = 47.93%
G = 28.2%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF967F (or 0xFF967F) is known color: Vivid Tangerine. HEX triplet: FF, 96 and 7F. RGB value is (255,150,127). Sum of RGB (Red+Green+Blue) = 255+150+127=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF967F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF967F is #006980. Grayscale: #B2B2B2. Windows color (decimal): -27009 or 8361727. OLE color: 8361727.

HSL color Cylindrical-coordinate representation of color #FF967F: hue angle of 10.78º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF967F is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 150 127 -
CMYK 0 0.41 0.50 0
HSL 10.78º 1% 0.75% -
HSV(B) 10.78º 0.5% 1% -
XYZ 55.98 44.61 25.74 -
YUV 178.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 255 150 127 0 0.41 0.50 0 10.78 1 0.75
Hex FF 96 7F 0 29 32 0 B 64 4B
Octal 377 226 177 0 51 62 0 13 144 113
Binary 11111111 10010110 1111111 0 101001 110010 0 1011 1100100 1001011

Color Harmonies of #FF967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF967F

Black with #FF967F

Text Example


Text Example

White with #FF967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF967F; }

 p { color: rgb(255,150,127); }

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

background-color css

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

 a { background-color: rgb(255,150,127); }

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

border-color css

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

 span { border-color: rgb(255,150,127); }

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