Html Css Color HEX #FA967E Vivid Tangerine

📋 copy color: '#FA967E'

red 250 ◦ green 150 ◦ blue 126

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

Shades of Vivid Tangerine #FA967E

Tints of Vivid Tangerine #FA967E

RGB

 RED value IS 250 (98.05% from 255) = 47.53%

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

 BLUE value IS 126 (49.61% from 255) = 23.95%

R = 47.53%
G = 28.52%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA967E (or 0xFA967E) is known color: Vivid Tangerine. HEX triplet: FA, 96 and 7E. RGB value is (250,150,126). Sum of RGB (Red+Green+Blue) = 250+150+126=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA967E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA967E is #056981. Grayscale: #B1B1B1. Windows color (decimal): -354690 or 8296186. OLE color: 8296186.

HSL color Cylindrical-coordinate representation of color #FA967E: hue angle of 11.61º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA967E is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 150 126 -
CMYK 0 0.4 0.50 0.02
HSL 11.61º 0.93% 0.74% -
HSV(B) 11.61º 0.5% 0.98% -
XYZ 54.1 43.64 25.31 -
YUV 177.16 99.13 179.95 -
System Red Green Blue C M Y K H S L
Decimal 250 150 126 0 0.4 0.50 0.02 11.61 0.93 0.74
Hex FA 96 7E 0 28 32 2 C 5D 4A
Octal 372 226 176 0 50 62 2 14 135 112
Binary 11111010 10010110 1111110 0 101000 110010 10 1100 1011101 1001010

Color Harmonies of #FA967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA967E

Black with #FA967E

Text Example


Text Example

White with #FA967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA967E; }

 p { color: rgb(250,150,126); }

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

background-color css

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

 a { background-color: rgb(250,150,126); }

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

border-color css

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

 span { border-color: rgb(250,150,126); }

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