Html Css Color HEX #F5B482 Tacao

📋 copy color: '#F5B482'

red 245 ◦ green 180 ◦ blue 130

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

Shades of Tacao #F5B482

Tints of Tacao #F5B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.43%

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

R = 44.14%
G = 32.43%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F5B482 (or 0xF5B482) is known color: Tacao. HEX triplet: F5, B4 and 82. RGB value is (245,180,130). Sum of RGB (Red+Green+Blue) = 245+180+130=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B482 is #0A4B7D. Grayscale: #C2C2C2. Windows color (decimal): -674686 or 8566005. OLE color: 8566005.

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

Color convert

RGB 245 180 130 -
CMYK 0 0.27 0.47 0.04
HSL 26.09º 0.85% 0.74% -
HSV(B) 26.09º 0.47% 0.96% -
XYZ 58.01 53.67 28.42 -
YUV 193.74 92.03 164.57 -
System Red Green Blue C M Y K H S L
Decimal 245 180 130 0 0.27 0.47 0.04 26.09 0.85 0.74
Hex F5 B4 82 0 1B 2F 4 1A 55 4A
Octal 365 264 202 0 33 57 4 32 125 112
Binary 11110101 10110100 10000010 0 11011 101111 100 11010 1010101 1001010

Color Harmonies of #F5B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B482

Black with #F5B482

Text Example


Text Example

White with #F5B482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B482; }

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

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

background-color css

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

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

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

border-color css

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

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

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