Html Css Color HEX #F5AD6D Tacao

📋 copy color: '#F5AD6D'

red 245 ◦ green 173 ◦ blue 109

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

Shades of Tacao #F5AD6D

Tints of Tacao #F5AD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.68%

R = 46.49%
G = 32.83%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5AD6D (or 0xF5AD6D) is known color: Tacao. HEX triplet: F5, AD and 6D. RGB value is (245,173,109). Sum of RGB (Red+Green+Blue) = 245+173+109=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD6D is #0A5292. Grayscale: #BBBBBB. Windows color (decimal): -676499 or 7187957. OLE color: 7187957.

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

Color convert

RGB 245 173 109 -
CMYK 0 0.29 0.56 0.04
HSL 28.24º 0.87% 0.69% -
HSV(B) 28.24º 0.56% 0.96% -
XYZ 55.36 50.4 21.28 -
YUV 187.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 245 173 109 0 0.29 0.56 0.04 28.24 0.87 0.69
Hex F5 AD 6D 0 1D 38 4 1C 57 45
Octal 365 255 155 0 35 70 4 34 127 105
Binary 11110101 10101101 1101101 0 11101 111000 100 11100 1010111 1000101

Color Harmonies of #F5AD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD6D

Black with #F5AD6D

Text Example


Text Example

White with #F5AD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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