Html Css Color HEX #F6A085 Vivid Tangerine

📋 copy color: '#F6A085'

red 246 ◦ green 160 ◦ blue 133

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

Shades of Vivid Tangerine #F6A085

Tints of Vivid Tangerine #F6A085

RGB

 RED value IS 246 (96.48% from 255) = 45.64%

 GREEN value IS 160 (62.89% from 255) = 29.68%

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

R = 45.64%
G = 29.68%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6A085 (or 0xF6A085) is known color: Vivid Tangerine. HEX triplet: F6, A0 and 85. RGB value is (246,160,133). Sum of RGB (Red+Green+Blue) = 246+160+133=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A085 is #095F7A. Grayscale: #B6B6B6. Windows color (decimal): -614267 or 8757494. OLE color: 8757494.

HSL color Cylindrical-coordinate representation of color #F6A085: hue angle of 14.34º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6A085 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 160 133 -
CMYK 0 0.35 0.46 0.04
HSL 14.34º 0.86% 0.74% -
HSV(B) 14.34º 0.46% 0.96% -
XYZ 54.81 46.43 28.26 -
YUV 182.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 246 160 133 0 0.35 0.46 0.04 14.34 0.86 0.74
Hex F6 A0 85 0 23 2E 4 E 56 4A
Octal 366 240 205 0 43 56 4 16 126 112
Binary 11110110 10100000 10000101 0 100011 101110 100 1110 1010110 1001010

Color Harmonies of #F6A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A085

Black with #F6A085

Text Example


Text Example

White with #F6A085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A085; }

 p { color: rgb(246,160,133); }

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

background-color css

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

 a { background-color: rgb(246,160,133); }

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

border-color css

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

 span { border-color: rgb(246,160,133); }

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