Html Css Color HEX #F5B385 Tacao

📋 copy color: '#F5B385'

red 245 ◦ green 179 ◦ blue 133

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

Shades of Tacao #F5B385

Tints of Tacao #F5B385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.14%

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

R = 43.99%
G = 32.14%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F5B385 (or 0xF5B385) is known color: Tacao. HEX triplet: F5, B3 and 85. RGB value is (245,179,133). Sum of RGB (Red+Green+Blue) = 245+179+133=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B385 is #0A4C7A. Grayscale: #C1C1C1. Windows color (decimal): -674939 or 8762357. OLE color: 8762357.

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

Color convert

RGB 245 179 133 -
CMYK 0 0.27 0.46 0.04
HSL 24.64º 0.85% 0.74% -
HSV(B) 24.64º 0.46% 0.96% -
XYZ 58.01 53.35 29.43 -
YUV 193.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 245 179 133 0 0.27 0.46 0.04 24.64 0.85 0.74
Hex F5 B3 85 0 1B 2E 4 19 55 4A
Octal 365 263 205 0 33 56 4 31 125 112
Binary 11110101 10110011 10000101 0 11011 101110 100 11001 1010101 1001010

Color Harmonies of #F5B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B385

Black with #F5B385

Text Example


Text Example

White with #F5B385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B385; }

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

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

background-color css

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

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

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

border-color css

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

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

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