Html Css Color HEX #F0AC7D Tacao

📋 copy color: '#F0AC7D'

red 240 ◦ green 172 ◦ blue 125

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

Shades of Tacao #F0AC7D

Tints of Tacao #F0AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.03%

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

R = 44.69%
G = 32.03%
B = 23.28%

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

#F0AC7D (or 0xF0AC7D) is known color: Tacao. HEX triplet: F0, AC and 7D. RGB value is (240,172,125). Sum of RGB (Red+Green+Blue) = 240+172+125=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC7D is #0F5382. Grayscale: #BBBBBB. Windows color (decimal): -1004419 or 8236272. OLE color: 8236272.

HSL color Cylindrical-coordinate representation of color #F0AC7D: hue angle of 24.52º 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 #F0AC7D is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 172 125 -
CMYK 0 0.28 0.48 0.06
HSL 24.52º 0.79% 0.72% -
HSV(B) 24.52º 0.48% 0.94% -
XYZ 54.39 49.51 26.09 -
YUV 186.97 93.03 165.82 -
System Red Green Blue C M Y K H S L
Decimal 240 172 125 0 0.28 0.48 0.06 24.52 0.79 0.72
Hex F0 AC 7D 0 1C 30 6 19 4F 48
Octal 360 254 175 0 34 60 6 31 117 110
Binary 11110000 10101100 1111101 0 11100 110000 110 11001 1001111 1001000

Color Harmonies of #F0AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC7D

Black with #F0AC7D

Text Example


Text Example

White with #F0AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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