Html Css Color HEX #F5B274 Tacao

📋 copy color: '#F5B274'

red 245 ◦ green 178 ◦ blue 116

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

Shades of Tacao #F5B274

Tints of Tacao #F5B274

RGB

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

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

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

R = 45.45%
G = 33.02%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5B274 (or 0xF5B274) is known color: Tacao. HEX triplet: F5, B2 and 74. RGB value is (245,178,116). Sum of RGB (Red+Green+Blue) = 245+178+116=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B274 is #0A4D8B. Grayscale: #BFBFBF. Windows color (decimal): -675212 or 7647989. OLE color: 7647989.

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

Color convert

RGB 245 178 116 -
CMYK 0 0.27 0.53 0.04
HSL 28.84º 0.87% 0.71% -
HSV(B) 28.84º 0.53% 0.96% -
XYZ 56.73 52.51 23.67 -
YUV 190.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 245 178 116 0 0.27 0.53 0.04 28.84 0.87 0.71
Hex F5 B2 74 0 1B 35 4 1D 57 47
Octal 365 262 164 0 33 65 4 35 127 107
Binary 11110101 10110010 1110100 0 11011 110101 100 11101 1010111 1000111

Color Harmonies of #F5B274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B274

Black with #F5B274

Text Example


Text Example

White with #F5B274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B274; }

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

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

background-color css

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

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

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

border-color css

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

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

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