Html Css Color HEX #F0AD7D Tacao

📋 copy color: '#F0AD7D'

red 240 ◦ green 173 ◦ blue 125

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

Shades of Tacao #F0AD7D

Tints of Tacao #F0AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.23%

R = 44.61%
G = 32.16%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0AD7D (or 0xF0AD7D) is known color: Tacao. HEX triplet: F0, AD and 7D. RGB value is (240,173,125). Sum of RGB (Red+Green+Blue) = 240+173+125=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD7D is #0F5282. Grayscale: #BBBBBB. Windows color (decimal): -1004163 or 8236528. OLE color: 8236528.

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

Color convert

RGB 240 173 125 -
CMYK 0 0.28 0.48 0.06
HSL 25.04º 0.79% 0.72% -
HSV(B) 25.04º 0.48% 0.94% -
XYZ 54.58 49.89 26.16 -
YUV 187.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 240 173 125 0 0.28 0.48 0.06 25.04 0.79 0.72
Hex F0 AD 7D 0 1C 30 6 19 4F 48
Octal 360 255 175 0 34 60 6 31 117 110
Binary 11110000 10101101 1111101 0 11100 110000 110 11001 1001111 1001000

Color Harmonies of #F0AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD7D

Black with #F0AD7D

Text Example


Text Example

White with #F0AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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