Html Css Color HEX #FF967D Vivid Tangerine

📋 copy color: '#FF967D'

red 255 ◦ green 150 ◦ blue 125

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

Shades of Vivid Tangerine #FF967D

Tints of Vivid Tangerine #FF967D

RGB

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

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

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

R = 48.11%
G = 28.3%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF967D (or 0xFF967D) is known color: Vivid Tangerine. HEX triplet: FF, 96 and 7D. RGB value is (255,150,125). Sum of RGB (Red+Green+Blue) = 255+150+125=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF967D is #006982. Grayscale: #B2B2B2. Windows color (decimal): -27011 or 8230655. OLE color: 8230655.

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

Color convert

RGB 255 150 125 -
CMYK 0 0.41 0.51 0
HSL 11.54º 1% 0.75% -
HSV(B) 11.54º 0.51% 1% -
XYZ 55.85 44.55 25.06 -
YUV 178.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 255 150 125 0 0.41 0.51 0 11.54 1 0.75
Hex FF 96 7D 0 29 33 0 C 64 4B
Octal 377 226 175 0 51 63 0 14 144 113
Binary 11111111 10010110 1111101 0 101001 110011 0 1100 1100100 1001011

Color Harmonies of #FF967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF967D

Black with #FF967D

Text Example


Text Example

White with #FF967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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