Html Css Color HEX #F5AD78 Tacao

📋 copy color: '#F5AD78'

red 245 ◦ green 173 ◦ blue 120

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

Shades of Tacao #F5AD78

Tints of Tacao #F5AD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.3%

R = 45.54%
G = 32.16%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F5AD78 (or 0xF5AD78) is known color: Tacao. HEX triplet: F5, AD and 78. RGB value is (245,173,120). Sum of RGB (Red+Green+Blue) = 245+173+120=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD78 is #0A5287. Grayscale: #BCBCBC. Windows color (decimal): -676488 or 7908853. OLE color: 7908853.

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

Color convert

RGB 245 173 120 -
CMYK 0 0.29 0.51 0.04
HSL 25.44º 0.86% 0.72% -
HSV(B) 25.44º 0.51% 0.96% -
XYZ 55.99 50.66 24.6 -
YUV 188.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 245 173 120 0 0.29 0.51 0.04 25.44 0.86 0.72
Hex F5 AD 78 0 1D 33 4 19 56 48
Octal 365 255 170 0 35 63 4 31 126 110
Binary 11110101 10101101 1111000 0 11101 110011 100 11001 1010110 1001000

Color Harmonies of #F5AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD78

Black with #F5AD78

Text Example


Text Example

White with #F5AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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