Html Css Color HEX #F5AB74 Tacao

📋 copy color: '#F5AB74'

red 245 ◦ green 171 ◦ blue 116

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

Shades of Tacao #F5AB74

Tints of Tacao #F5AB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.14%

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

R = 46.05%
G = 32.14%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5AB74 (or 0xF5AB74) is known color: Tacao. HEX triplet: F5, AB and 74. RGB value is (245,171,116). Sum of RGB (Red+Green+Blue) = 245+171+116=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AB74 is #0A548B. Grayscale: #BBBBBB. Windows color (decimal): -677004 or 7646197. OLE color: 7646197.

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

Color convert

RGB 245 171 116 -
CMYK 0 0.30 0.53 0.04
HSL 25.58º 0.87% 0.71% -
HSV(B) 25.58º 0.53% 0.96% -
XYZ 55.37 49.8 23.22 -
YUV 186.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 245 171 116 0 0.30 0.53 0.04 25.58 0.87 0.71
Hex F5 AB 74 0 1E 35 4 1A 57 47
Octal 365 253 164 0 36 65 4 32 127 107
Binary 11110101 10101011 1110100 0 11110 110101 100 11010 1010111 1000111

Color Harmonies of #F5AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB74

Black with #F5AB74

Text Example


Text Example

White with #F5AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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