Html Css Color HEX #F0A57C Tacao

📋 copy color: '#F0A57C'

red 240 ◦ green 165 ◦ blue 124

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

Shades of Tacao #F0A57C

Tints of Tacao #F0A57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.19%

 BLUE value IS 124 (48.83% from 255) = 23.44%

R = 45.37%
G = 31.19%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0A57C (or 0xF0A57C) is known color: Tacao. HEX triplet: F0, A5 and 7C. RGB value is (240,165,124). Sum of RGB (Red+Green+Blue) = 240+165+124=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A57C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A57C is #0F5A83. Grayscale: #B6B6B6. Windows color (decimal): -1006212 or 8168944. OLE color: 8168944.

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

Color convert

RGB 240 165 124 -
CMYK 0 0.31 0.48 0.06
HSL 21.21º 0.79% 0.71% -
HSV(B) 21.21º 0.48% 0.94% -
XYZ 53.03 46.89 25.32 -
YUV 182.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 240 165 124 0 0.31 0.48 0.06 21.21 0.79 0.71
Hex F0 A5 7C 0 1F 30 6 15 4F 47
Octal 360 245 174 0 37 60 6 25 117 107
Binary 11110000 10100101 1111100 0 11111 110000 110 10101 1001111 1000111

Color Harmonies of #F0A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A57C

Black with #F0A57C

Text Example


Text Example

White with #F0A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A57C; }

 p { color: rgb(240,165,124); }

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

background-color css

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

 a { background-color: rgb(240,165,124); }

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

border-color css

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

 span { border-color: rgb(240,165,124); }

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