Html Css Color HEX #F0A97D Tacao

📋 copy color: '#F0A97D'

red 240 ◦ green 169 ◦ blue 125

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

Shades of Tacao #F0A97D

Tints of Tacao #F0A97D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.65%

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

R = 44.94%
G = 31.65%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0A97D (or 0xF0A97D) is known color: Tacao. HEX triplet: F0, A9 and 7D. RGB value is (240,169,125). Sum of RGB (Red+Green+Blue) = 240+169+125=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A97D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A97D is #0F5682. Grayscale: #B9B9B9. Windows color (decimal): -1005187 or 8235504. OLE color: 8235504.

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

Color convert

RGB 240 169 125 -
CMYK 0 0.30 0.48 0.06
HSL 22.96º 0.79% 0.72% -
HSV(B) 22.96º 0.48% 0.94% -
XYZ 53.82 48.38 25.9 -
YUV 185.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 240 169 125 0 0.30 0.48 0.06 22.96 0.79 0.72
Hex F0 A9 7D 0 1E 30 6 17 4F 48
Octal 360 251 175 0 36 60 6 27 117 110
Binary 11110000 10101001 1111101 0 11110 110000 110 10111 1001111 1001000

Color Harmonies of #F0A97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A97D

Black with #F0A97D

Text Example


Text Example

White with #F0A97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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