Html Css Color HEX #F5AD7E Tacao

📋 copy color: '#F5AD7E'

red 245 ◦ green 173 ◦ blue 126

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

Shades of Tacao #F5AD7E

Tints of Tacao #F5AD7E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.8%

 BLUE value IS 126 (49.61% from 255) = 23.16%

R = 45.04%
G = 31.8%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5AD7E (or 0xF5AD7E) is known color: Tacao. HEX triplet: F5, AD and 7E. RGB value is (245,173,126). Sum of RGB (Red+Green+Blue) = 245+173+126=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD7E is #0A5281. Grayscale: #BDBDBD. Windows color (decimal): -676482 or 8302069. OLE color: 8302069.

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

Color convert

RGB 245 173 126 -
CMYK 0 0.29 0.49 0.04
HSL 23.7º 0.86% 0.73% -
HSV(B) 23.7º 0.49% 0.96% -
XYZ 56.37 50.81 26.57 -
YUV 189.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 245 173 126 0 0.29 0.49 0.04 23.7 0.86 0.73
Hex F5 AD 7E 0 1D 31 4 18 56 49
Octal 365 255 176 0 35 61 4 30 126 111
Binary 11110101 10101101 1111110 0 11101 110001 100 11000 1010110 1001001

Color Harmonies of #F5AD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD7E

Black with #F5AD7E

Text Example


Text Example

White with #F5AD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD7E; }

 p { color: rgb(245,173,126); }

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

background-color css

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

 a { background-color: rgb(245,173,126); }

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

border-color css

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

 span { border-color: rgb(245,173,126); }

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