Html Css Color HEX #F5B07A Tacao

📋 copy color: '#F5B07A'

red 245 ◦ green 176 ◦ blue 122

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

Shades of Tacao #F5B07A

Tints of Tacao #F5B07A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.41%

 BLUE value IS 122 (48.05% from 255) = 22.47%

R = 45.12%
G = 32.41%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5B07A (or 0xF5B07A) is known color: Tacao. HEX triplet: F5, B0 and 7A. RGB value is (245,176,122). Sum of RGB (Red+Green+Blue) = 245+176+122=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B07A is #0A4F85. Grayscale: #BEBEBE. Windows color (decimal): -675718 or 8040693. OLE color: 8040693.

HSL color Cylindrical-coordinate representation of color #F5B07A: hue angle of 26.34º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5B07A is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 176 122 -
CMYK 0 0.28 0.50 0.04
HSL 26.34º 0.86% 0.72% -
HSV(B) 26.34º 0.5% 0.96% -
XYZ 56.69 51.87 25.44 -
YUV 190.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 245 176 122 0 0.28 0.50 0.04 26.34 0.86 0.72
Hex F5 B0 7A 0 1C 32 4 1A 56 48
Octal 365 260 172 0 34 62 4 32 126 110
Binary 11110101 10110000 1111010 0 11100 110010 100 11010 1010110 1001000

Color Harmonies of #F5B07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B07A

Black with #F5B07A

Text Example


Text Example

White with #F5B07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B07A; }

 p { color: rgb(245,176,122); }

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

background-color css

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

 a { background-color: rgb(245,176,122); }

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

border-color css

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

 span { border-color: rgb(245,176,122); }

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