Html Css Color HEX #F5B388 Tacao

📋 copy color: '#F5B388'

red 245 ◦ green 179 ◦ blue 136

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

Shades of Tacao #F5B388

Tints of Tacao #F5B388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.29%

R = 43.75%
G = 31.96%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5B388 (or 0xF5B388) is known color: Tacao. HEX triplet: F5, B3 and 88. RGB value is (245,179,136). Sum of RGB (Red+Green+Blue) = 245+179+136=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B388 is #0A4C77. Grayscale: #C2C2C2. Windows color (decimal): -674936 or 8958965. OLE color: 8958965.

HSL color Cylindrical-coordinate representation of color #F5B388: hue angle of 23.67º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5B388 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 179 136 -
CMYK 0 0.27 0.44 0.04
HSL 23.67º 0.84% 0.75% -
HSV(B) 23.67º 0.44% 0.96% -
XYZ 58.22 53.43 30.54 -
YUV 193.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 245 179 136 0 0.27 0.44 0.04 23.67 0.84 0.75
Hex F5 B3 88 0 1B 2C 4 18 54 4B
Octal 365 263 210 0 33 54 4 30 124 113
Binary 11110101 10110011 10001000 0 11011 101100 100 11000 1010100 1001011

Color Harmonies of #F5B388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B388

Black with #F5B388

Text Example


Text Example

White with #F5B388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B388; }

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

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

background-color css

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

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

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

border-color css

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

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

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