Html Css Color HEX #FA9F85 Vivid Tangerine

📋 copy color: '#FA9F85'

red 250 ◦ green 159 ◦ blue 133

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

Shades of Vivid Tangerine #FA9F85

Tints of Vivid Tangerine #FA9F85

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.34%

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

R = 46.13%
G = 29.34%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA9F85 (or 0xFA9F85) is known color: Vivid Tangerine. HEX triplet: FA, 9F and 85. RGB value is (250,159,133). Sum of RGB (Red+Green+Blue) = 250+159+133=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9F85 is #05607A. Grayscale: #B7B7B7. Windows color (decimal): -352379 or 8757242. OLE color: 8757242.

HSL color Cylindrical-coordinate representation of color #FA9F85: hue angle of 13.33º 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 #FA9F85 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 159 133 -
CMYK 0 0.36 0.47 0.02
HSL 13.33º 0.92% 0.75% -
HSV(B) 13.33º 0.47% 0.98% -
XYZ 56.06 46.81 28.27 -
YUV 183.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 250 159 133 0 0.36 0.47 0.02 13.33 0.92 0.75
Hex FA 9F 85 0 24 2F 2 D 5C 4B
Octal 372 237 205 0 44 57 2 15 134 113
Binary 11111010 10011111 10000101 0 100100 101111 10 1101 1011100 1001011

Color Harmonies of #FA9F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F85

Black with #FA9F85

Text Example


Text Example

White with #FA9F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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