Html Css Color HEX #F0AD71 Tacao

📋 copy color: '#F0AD71'

red 240 ◦ green 173 ◦ blue 113

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

Shades of Tacao #F0AD71

Tints of Tacao #F0AD71

RGB

 RED value IS 240 (94.14% from 255) = 45.63%

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

 BLUE value IS 113 (44.53% from 255) = 21.48%

R = 45.63%
G = 32.89%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0AD71 (or 0xF0AD71) is known color: Tacao. HEX triplet: F0, AD and 71. RGB value is (240,173,113). Sum of RGB (Red+Green+Blue) = 240+173+113=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD71 is #0F528E. Grayscale: #BABABA. Windows color (decimal): -1004175 or 7450096. OLE color: 7450096.

HSL color Cylindrical-coordinate representation of color #F0AD71: hue angle of 28.35º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0AD71 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 173 113 -
CMYK 0 0.28 0.53 0.06
HSL 28.35º 0.81% 0.69% -
HSV(B) 28.35º 0.53% 0.94% -
XYZ 53.86 49.6 22.36 -
YUV 186.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 240 173 113 0 0.28 0.53 0.06 28.35 0.81 0.69
Hex F0 AD 71 0 1C 35 6 1C 51 45
Octal 360 255 161 0 34 65 6 34 121 105
Binary 11110000 10101101 1110001 0 11100 110101 110 11100 1010001 1000101

Color Harmonies of #F0AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD71

Black with #F0AD71

Text Example


Text Example

White with #F0AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD71; }

 p { color: rgb(240,173,113); }

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

background-color css

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

 a { background-color: rgb(240,173,113); }

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

border-color css

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

 span { border-color: rgb(240,173,113); }

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