Html Css Color HEX #F1A574 Tacao

📋 copy color: '#F1A574'

red 241 ◦ green 165 ◦ blue 116

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

Shades of Tacao #F1A574

Tints of Tacao #F1A574

RGB

 RED value IS 241 (94.53% from 255) = 46.17%

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

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

R = 46.17%
G = 31.61%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F1A574 (or 0xF1A574) is known color: Tacao. HEX triplet: F1, A5 and 74. RGB value is (241,165,116). Sum of RGB (Red+Green+Blue) = 241+165+116=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A574 is #0E5A8B. Grayscale: #B6B6B6. Windows color (decimal): -940684 or 7644657. OLE color: 7644657.

HSL color Cylindrical-coordinate representation of color #F1A574: hue angle of 23.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1A574 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 165 116 -
CMYK 0 0.32 0.52 0.05
HSL 23.52º 0.82% 0.7% -
HSV(B) 23.52º 0.52% 0.95% -
XYZ 52.88 46.87 22.78 -
YUV 182.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 241 165 116 0 0.32 0.52 0.05 23.52 0.82 0.7
Hex F1 A5 74 0 20 34 5 18 52 46
Octal 361 245 164 0 40 64 5 30 122 106
Binary 11110001 10100101 1110100 0 100000 110100 101 11000 1010010 1000110

Color Harmonies of #F1A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A574

Black with #F1A574

Text Example


Text Example

White with #F1A574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A574; }

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

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

background-color css

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

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

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

border-color css

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

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

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