Html Css Color HEX #F7A085 Vivid Tangerine

📋 copy color: '#F7A085'

red 247 ◦ green 160 ◦ blue 133

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

Shades of Vivid Tangerine #F7A085

Tints of Vivid Tangerine #F7A085

RGB

 RED value IS 247 (96.88% from 255) = 45.74%

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

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

R = 45.74%
G = 29.63%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F7A085 (or 0xF7A085) is known color: Vivid Tangerine. HEX triplet: F7, A0 and 85. RGB value is (247,160,133). Sum of RGB (Red+Green+Blue) = 247+160+133=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A085 is #085F7A. Grayscale: #B7B7B7. Windows color (decimal): -548731 or 8757495. OLE color: 8757495.

HSL color Cylindrical-coordinate representation of color #F7A085: hue angle of 14.21º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7A085 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 160 133 -
CMYK 0 0.35 0.46 0.03
HSL 14.21º 0.88% 0.75% -
HSV(B) 14.21º 0.46% 0.97% -
XYZ 55.16 46.61 28.28 -
YUV 182.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 247 160 133 0 0.35 0.46 0.03 14.21 0.88 0.75
Hex F7 A0 85 0 23 2E 3 E 58 4B
Octal 367 240 205 0 43 56 3 16 130 113
Binary 11110111 10100000 10000101 0 100011 101110 11 1110 1011000 1001011

Color Harmonies of #F7A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A085

Black with #F7A085

Text Example


Text Example

White with #F7A085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A085; }

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

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

background-color css

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

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

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

border-color css

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

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

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