Html Css Color HEX #F0A574 Tacao

📋 copy color: '#F0A574'

red 240 ◦ green 165 ◦ blue 116

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

Shades of Tacao #F0A574

Tints of Tacao #F0A574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.26%

R = 46.07%
G = 31.67%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0A574 (or 0xF0A574) is known color: Tacao. HEX triplet: F0, A5 and 74. RGB value is (240,165,116). Sum of RGB (Red+Green+Blue) = 240+165+116=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A574 is #0F5A8B. Grayscale: #B6B6B6. Windows color (decimal): -1006220 or 7644656. OLE color: 7644656.

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

Color convert

RGB 240 165 116 -
CMYK 0 0.31 0.52 0.06
HSL 23.71º 0.81% 0.7% -
HSV(B) 23.71º 0.52% 0.94% -
XYZ 52.54 46.7 22.77 -
YUV 181.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 240 165 116 0 0.31 0.52 0.06 23.71 0.81 0.7
Hex F0 A5 74 0 1F 34 6 18 51 46
Octal 360 245 164 0 37 64 6 30 121 106
Binary 11110000 10100101 1110100 0 11111 110100 110 11000 1010001 1000110

Color Harmonies of #F0A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A574

Black with #F0A574

Text Example


Text Example

White with #F0A574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A574; }

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

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

background-color css

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

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

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

border-color css

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

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

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