Html Css Color HEX #F5B475 Tacao

📋 copy color: '#F5B475'

red 245 ◦ green 180 ◦ blue 117

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

Shades of Tacao #F5B475

Tints of Tacao #F5B475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.59%

R = 45.2%
G = 33.21%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F5B475 (or 0xF5B475) is known color: Tacao. HEX triplet: F5, B4 and 75. RGB value is (245,180,117). Sum of RGB (Red+Green+Blue) = 245+180+117=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B475 is #0A4B8A. Grayscale: #C0C0C0. Windows color (decimal): -674699 or 7714037. OLE color: 7714037.

HSL color Cylindrical-coordinate representation of color #F5B475: hue angle of 29.53º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5B475 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 180 117 -
CMYK 0 0.27 0.52 0.04
HSL 29.53º 0.86% 0.71% -
HSV(B) 29.53º 0.52% 0.96% -
XYZ 57.19 53.34 24.11 -
YUV 192.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 245 180 117 0 0.27 0.52 0.04 29.53 0.86 0.71
Hex F5 B4 75 0 1B 34 4 1E 56 47
Octal 365 264 165 0 33 64 4 36 126 107
Binary 11110101 10110100 1110101 0 11011 110100 100 11110 1010110 1000111

Color Harmonies of #F5B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B475

Black with #F5B475

Text Example


Text Example

White with #F5B475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B475; }

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

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

background-color css

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

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

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

border-color css

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

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

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