Html Css Color HEX #F5AB82 Tacao

📋 copy color: '#F5AB82'

red 245 ◦ green 171 ◦ blue 130

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

Shades of Tacao #F5AB82

Tints of Tacao #F5AB82

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.32%

 BLUE value IS 130 (51.17% from 255) = 23.81%

R = 44.87%
G = 31.32%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F5AB82 (or 0xF5AB82) is known color: Tacao. HEX triplet: F5, AB and 82. RGB value is (245,171,130). Sum of RGB (Red+Green+Blue) = 245+171+130=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AB82 is #0A547D. Grayscale: #BCBCBC. Windows color (decimal): -676990 or 8563701. OLE color: 8563701.

HSL color Cylindrical-coordinate representation of color #F5AB82: hue angle of 21.39º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5AB82 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 171 130 -
CMYK 0 0.30 0.47 0.04
HSL 21.39º 0.85% 0.74% -
HSV(B) 21.39º 0.47% 0.96% -
XYZ 56.25 50.15 27.83 -
YUV 188.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 245 171 130 0 0.30 0.47 0.04 21.39 0.85 0.74
Hex F5 AB 82 0 1E 2F 4 15 55 4A
Octal 365 253 202 0 36 57 4 25 125 112
Binary 11110101 10101011 10000010 0 11110 101111 100 10101 1010101 1001010

Color Harmonies of #F5AB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB82

Black with #F5AB82

Text Example


Text Example

White with #F5AB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB82; }

 p { color: rgb(245,171,130); }

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

background-color css

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

 a { background-color: rgb(245,171,130); }

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

border-color css

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

 span { border-color: rgb(245,171,130); }

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