Html Css Color HEX #F5B085 Tacao

📋 copy color: '#F5B085'

red 245 ◦ green 176 ◦ blue 133

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

Shades of Tacao #F5B085

Tints of Tacao #F5B085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.77%

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

R = 44.22%
G = 31.77%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F5B085 (or 0xF5B085) is known color: Tacao. HEX triplet: F5, B0 and 85. RGB value is (245,176,133). Sum of RGB (Red+Green+Blue) = 245+176+133=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B085 is #0A4F7A. Grayscale: #BFBFBF. Windows color (decimal): -675707 or 8761589. OLE color: 8761589.

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

Color convert

RGB 245 176 133 -
CMYK 0 0.28 0.46 0.04
HSL 23.04º 0.85% 0.74% -
HSV(B) 23.04º 0.46% 0.96% -
XYZ 57.42 52.16 29.23 -
YUV 191.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 245 176 133 0 0.28 0.46 0.04 23.04 0.85 0.74
Hex F5 B0 85 0 1C 2E 4 17 55 4A
Octal 365 260 205 0 34 56 4 27 125 112
Binary 11110101 10110000 10000101 0 11100 101110 100 10111 1010101 1001010

Color Harmonies of #F5B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B085

Black with #F5B085

Text Example


Text Example

White with #F5B085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B085; }

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

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

background-color css

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

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

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

border-color css

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

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

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