Html Css Color HEX #FA9B85 Vivid Tangerine

📋 copy color: '#FA9B85'

red 250 ◦ green 155 ◦ blue 133

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

Shades of Vivid Tangerine #FA9B85

Tints of Vivid Tangerine #FA9B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.81%

 BLUE value IS 133 (52.34% from 255) = 24.72%

R = 46.47%
G = 28.81%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA9B85 (or 0xFA9B85) is known color: Vivid Tangerine. HEX triplet: FA, 9B and 85. RGB value is (250,155,133). Sum of RGB (Red+Green+Blue) = 250+155+133=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9B85 is #05647A. Grayscale: #B5B5B5. Windows color (decimal): -353403 or 8756218. OLE color: 8756218.

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

Color convert

RGB 250 155 133 -
CMYK 0 0.38 0.47 0.02
HSL 11.28º 0.92% 0.75% -
HSV(B) 11.28º 0.47% 0.98% -
XYZ 55.38 45.46 28.05 -
YUV 180.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 250 155 133 0 0.38 0.47 0.02 11.28 0.92 0.75
Hex FA 9B 85 0 26 2F 2 B 5C 4B
Octal 372 233 205 0 46 57 2 13 134 113
Binary 11111010 10011011 10000101 0 100110 101111 10 1011 1011100 1001011

Color Harmonies of #FA9B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9B85

Black with #FA9B85

Text Example


Text Example

White with #FA9B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9B85; }

 p { color: rgb(250,155,133); }

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

background-color css

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

 a { background-color: rgb(250,155,133); }

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

border-color css

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

 span { border-color: rgb(250,155,133); }

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