Html Css Color HEX #F5B282 Tacao

📋 copy color: '#F5B282'

red 245 ◦ green 178 ◦ blue 130

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

Shades of Tacao #F5B282

Tints of Tacao #F5B282

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.19%

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

R = 44.3%
G = 32.19%
B = 23.51%

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

#F5B282 (or 0xF5B282) is known color: Tacao. HEX triplet: F5, B2 and 82. RGB value is (245,178,130). Sum of RGB (Red+Green+Blue) = 245+178+130=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B282 is #0A4D7D. Grayscale: #C0C0C0. Windows color (decimal): -675198 or 8565493. OLE color: 8565493.

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

Color convert

RGB 245 178 130 -
CMYK 0 0.27 0.47 0.04
HSL 25.04º 0.85% 0.74% -
HSV(B) 25.04º 0.47% 0.96% -
XYZ 57.61 52.86 28.29 -
YUV 192.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 245 178 130 0 0.27 0.47 0.04 25.04 0.85 0.74
Hex F5 B2 82 0 1B 2F 4 19 55 4A
Octal 365 262 202 0 33 57 4 31 125 112
Binary 11110101 10110010 10000010 0 11011 101111 100 11001 1010101 1001010

Color Harmonies of #F5B282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B282

Black with #F5B282

Text Example


Text Example

White with #F5B282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B282; }

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

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

background-color css

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

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

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

border-color css

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

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

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