Html Css Color HEX #F5B574 Tacao

📋 copy color: '#F5B574'

red 245 ◦ green 181 ◦ blue 116

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

Shades of Tacao #F5B574

Tints of Tacao #F5B574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.39%

 BLUE value IS 116 (45.7% from 255) = 21.4%

R = 45.2%
G = 33.39%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5B574 (or 0xF5B574) is known color: Tacao. HEX triplet: F5, B5 and 74. RGB value is (245,181,116). Sum of RGB (Red+Green+Blue) = 245+181+116=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B574 is #0A4A8B. Grayscale: #C1C1C1. Windows color (decimal): -674444 or 7648757. OLE color: 7648757.

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

Color convert

RGB 245 181 116 -
CMYK 0 0.26 0.53 0.04
HSL 30.23º 0.87% 0.71% -
HSV(B) 30.23º 0.53% 0.96% -
XYZ 57.33 53.72 23.87 -
YUV 192.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 245 181 116 0 0.26 0.53 0.04 30.23 0.87 0.71
Hex F5 B5 74 0 1A 35 4 1E 57 47
Octal 365 265 164 0 32 65 4 36 127 107
Binary 11110101 10110101 1110100 0 11010 110101 100 11110 1010111 1000111

Color Harmonies of #F5B574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B574

Black with #F5B574

Text Example


Text Example

White with #F5B574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B574; }

 p { color: rgb(245,181,116); }

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

background-color css

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

 a { background-color: rgb(245,181,116); }

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

border-color css

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

 span { border-color: rgb(245,181,116); }

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