Html Css Color HEX #F0A37A Tacao

📋 copy color: '#F0A37A'

red 240 ◦ green 163 ◦ blue 122

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

Shades of Tacao #F0A37A

Tints of Tacao #F0A37A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.05%

 BLUE value IS 122 (48.05% from 255) = 23.24%

R = 45.71%
G = 31.05%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0A37A (or 0xF0A37A) is known color: Tacao. HEX triplet: F0, A3 and 7A. RGB value is (240,163,122). Sum of RGB (Red+Green+Blue) = 240+163+122=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A37A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A37A is #0F5C85. Grayscale: #B5B5B5. Windows color (decimal): -1006726 or 8037360. OLE color: 8037360.

HSL color Cylindrical-coordinate representation of color #F0A37A: hue angle of 20.85º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0A37A is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 163 122 -
CMYK 0 0.32 0.49 0.06
HSL 20.85º 0.8% 0.71% -
HSV(B) 20.85º 0.49% 0.94% -
XYZ 52.55 46.12 24.55 -
YUV 181.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 240 163 122 0 0.32 0.49 0.06 20.85 0.8 0.71
Hex F0 A3 7A 0 20 31 6 15 50 47
Octal 360 243 172 0 40 61 6 25 120 107
Binary 11110000 10100011 1111010 0 100000 110001 110 10101 1010000 1000111

Color Harmonies of #F0A37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A37A

Black with #F0A37A

Text Example


Text Example

White with #F0A37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A37A; }

 p { color: rgb(240,163,122); }

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

background-color css

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

 a { background-color: rgb(240,163,122); }

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

border-color css

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

 span { border-color: rgb(240,163,122); }

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