Html Css Color HEX #FA9681 Vivid Tangerine

📋 copy color: '#FA9681'

red 250 ◦ green 150 ◦ blue 129

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

Shades of Vivid Tangerine #FA9681

Tints of Vivid Tangerine #FA9681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.39%

R = 47.26%
G = 28.36%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA9681 (or 0xFA9681) is known color: Vivid Tangerine. HEX triplet: FA, 96 and 81. RGB value is (250,150,129). Sum of RGB (Red+Green+Blue) = 250+150+129=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9681 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9681 is #05697E. Grayscale: #B1B1B1. Windows color (decimal): -354687 or 8492794. OLE color: 8492794.

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

Color convert

RGB 250 150 129 -
CMYK 0 0.4 0.48 0.02
HSL 10.41º 0.92% 0.74% -
HSV(B) 10.41º 0.48% 0.98% -
XYZ 54.29 43.72 26.35 -
YUV 177.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 250 150 129 0 0.4 0.48 0.02 10.41 0.92 0.74
Hex FA 96 81 0 28 30 2 A 5C 4A
Octal 372 226 201 0 50 60 2 12 134 112
Binary 11111010 10010110 10000001 0 101000 110000 10 1010 1011100 1001010

Color Harmonies of #FA9681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9681

Black with #FA9681

Text Example


Text Example

White with #FA9681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9681; }

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

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

background-color css

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

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

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

border-color css

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

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

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