Html Css Color HEX #FA8F74 Vivid Tangerine

📋 copy color: '#FA8F74'

red 250 ◦ green 143 ◦ blue 116

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

Shades of Vivid Tangerine #FA8F74

Tints of Vivid Tangerine #FA8F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.09%

 BLUE value IS 116 (45.7% from 255) = 22.79%

R = 49.12%
G = 28.09%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA8F74 (or 0xFA8F74) is known color: Vivid Tangerine. HEX triplet: FA, 8F and 74. RGB value is (250,143,116). Sum of RGB (Red+Green+Blue) = 250+143+116=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F74 is #05708B. Grayscale: #ACACAC. Windows color (decimal): -356492 or 7639034. OLE color: 7639034.

HSL color Cylindrical-coordinate representation of color #FA8F74: hue angle of 12.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA8F74 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 116 -
CMYK 0 0.43 0.54 0.02
HSL 12.09º 0.93% 0.72% -
HSV(B) 12.09º 0.54% 0.98% -
XYZ 52.4 41.23 21.72 -
YUV 171.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 250 143 116 0 0.43 0.54 0.02 12.09 0.93 0.72
Hex FA 8F 74 0 2B 36 2 C 5D 48
Octal 372 217 164 0 53 66 2 14 135 110
Binary 11111010 10001111 1110100 0 101011 110110 10 1100 1011101 1001000

Color Harmonies of #FA8F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F74

Black with #FA8F74

Text Example


Text Example

White with #FA8F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F74; }

 p { color: rgb(250,143,116); }

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

background-color css

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

 a { background-color: rgb(250,143,116); }

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

border-color css

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

 span { border-color: rgb(250,143,116); }

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