Html Css Color HEX #F1A573 Tacao

📋 copy color: '#F1A573'

red 241 ◦ green 165 ◦ blue 115

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

Shades of Tacao #F1A573

Tints of Tacao #F1A573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.07%

R = 46.26%
G = 31.67%
B = 22.07%

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

#F1A573 (or 0xF1A573) is known color: Tacao. HEX triplet: F1, A5 and 73. RGB value is (241,165,115). Sum of RGB (Red+Green+Blue) = 241+165+115=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A573 is #0E5A8C. Grayscale: #B6B6B6. Windows color (decimal): -940685 or 7579121. OLE color: 7579121.

HSL color Cylindrical-coordinate representation of color #F1A573: hue angle of 23.81º 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 #F1A573 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 165 115 -
CMYK 0 0.32 0.52 0.05
HSL 23.81º 0.82% 0.7% -
HSV(B) 23.81º 0.52% 0.95% -
XYZ 52.83 46.85 22.48 -
YUV 182.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 241 165 115 0 0.32 0.52 0.05 23.81 0.82 0.7
Hex F1 A5 73 0 20 34 5 18 52 46
Octal 361 245 163 0 40 64 5 30 122 106
Binary 11110001 10100101 1110011 0 100000 110100 101 11000 1010010 1000110

Color Harmonies of #F1A573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A573

Black with #F1A573

Text Example


Text Example

White with #F1A573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A573; }

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

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

background-color css

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

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

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

border-color css

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

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

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