Html Css Color HEX #F5A185 Vivid Tangerine

📋 copy color: '#F5A185'

red 245 ◦ green 161 ◦ blue 133

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

Shades of Vivid Tangerine #F5A185

Tints of Vivid Tangerine #F5A185

RGB

 RED value IS 245 (96.09% from 255) = 45.45%

 GREEN value IS 161 (63.28% from 255) = 29.87%

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

R = 45.45%
G = 29.87%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F5A185 (or 0xF5A185) is known color: Vivid Tangerine. HEX triplet: F5, A1 and 85. RGB value is (245,161,133). Sum of RGB (Red+Green+Blue) = 245+161+133=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A185 is #0A5E7A. Grayscale: #B7B7B7. Windows color (decimal): -679547 or 8757749. OLE color: 8757749.

HSL color Cylindrical-coordinate representation of color #F5A185: hue angle of 15º degrees, saturation: 0.85, 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 #F5A185 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 161 133 -
CMYK 0 0.34 0.46 0.04
HSL 15º 0.85% 0.74% -
HSV(B) 15º 0.46% 0.96% -
XYZ 54.63 46.6 28.3 -
YUV 182.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 245 161 133 0 0.34 0.46 0.04 15 0.85 0.74
Hex F5 A1 85 0 22 2E 4 F 55 4A
Octal 365 241 205 0 42 56 4 17 125 112
Binary 11110101 10100001 10000101 0 100010 101110 100 1111 1010101 1001010

Color Harmonies of #F5A185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A185

Black with #F5A185

Text Example


Text Example

White with #F5A185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A185; }

 p { color: rgb(245,161,133); }

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

background-color css

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

 a { background-color: rgb(245,161,133); }

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

border-color css

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

 span { border-color: rgb(245,161,133); }

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