Html Css Color HEX #F0A66E Tacao

📋 copy color: '#F0A66E'

red 240 ◦ green 166 ◦ blue 110

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

Shades of Tacao #F0A66E

Tints of Tacao #F0A66E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.17%

 BLUE value IS 110 (43.36% from 255) = 21.32%

R = 46.51%
G = 32.17%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0A66E (or 0xF0A66E) is known color: Tacao. HEX triplet: F0, A6 and 6E. RGB value is (240,166,110). Sum of RGB (Red+Green+Blue) = 240+166+110=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A66E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A66E is #0F5991. Grayscale: #B6B6B6. Windows color (decimal): -1005970 or 7251696. OLE color: 7251696.

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

Color convert

RGB 240 166 110 -
CMYK 0 0.31 0.54 0.06
HSL 25.85º 0.81% 0.69% -
HSV(B) 25.85º 0.54% 0.94% -
XYZ 52.39 46.92 21.05 -
YUV 181.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 240 166 110 0 0.31 0.54 0.06 25.85 0.81 0.69
Hex F0 A6 6E 0 1F 36 6 1A 51 45
Octal 360 246 156 0 37 66 6 32 121 105
Binary 11110000 10100110 1101110 0 11111 110110 110 11010 1010001 1000101

Color Harmonies of #F0A66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A66E

Black with #F0A66E

Text Example


Text Example

White with #F0A66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A66E; }

 p { color: rgb(240,166,110); }

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

background-color css

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

 a { background-color: rgb(240,166,110); }

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

border-color css

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

 span { border-color: rgb(240,166,110); }

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