Html Css Color HEX #F5AD82 Tacao

📋 copy color: '#F5AD82'

red 245 ◦ green 173 ◦ blue 130

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

Shades of Tacao #F5AD82

Tints of Tacao #F5AD82

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.57%

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

R = 44.71%
G = 31.57%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F5AD82 (or 0xF5AD82) is known color: Tacao. HEX triplet: F5, AD and 82. RGB value is (245,173,130). Sum of RGB (Red+Green+Blue) = 245+173+130=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AD82 is #0A527D. Grayscale: #BDBDBD. Windows color (decimal): -676478 or 8564213. OLE color: 8564213.

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

Color convert

RGB 245 173 130 -
CMYK 0 0.29 0.47 0.04
HSL 22.43º 0.85% 0.74% -
HSV(B) 22.43º 0.47% 0.96% -
XYZ 56.63 50.91 27.96 -
YUV 189.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 245 173 130 0 0.29 0.47 0.04 22.43 0.85 0.74
Hex F5 AD 82 0 1D 2F 4 16 55 4A
Octal 365 255 202 0 35 57 4 26 125 112
Binary 11110101 10101101 10000010 0 11101 101111 100 10110 1010101 1001010

Color Harmonies of #F5AD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD82

Black with #F5AD82

Text Example


Text Example

White with #F5AD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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