Html Css Color HEX #F1A37A Tacao

📋 copy color: '#F1A37A'

red 241 ◦ green 163 ◦ blue 122

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

Shades of Tacao #F1A37A

Tints of Tacao #F1A37A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.99%

 BLUE value IS 122 (48.05% from 255) = 23.19%

R = 45.82%
G = 30.99%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1A37A (or 0xF1A37A) is known color: Tacao. HEX triplet: F1, A3 and 7A. RGB value is (241,163,122). Sum of RGB (Red+Green+Blue) = 241+163+122=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A37A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A37A is #0E5C85. Grayscale: #B5B5B5. Windows color (decimal): -941190 or 8037361. OLE color: 8037361.

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

Color convert

RGB 241 163 122 -
CMYK 0 0.32 0.49 0.05
HSL 20.67º 0.81% 0.71% -
HSV(B) 20.67º 0.49% 0.95% -
XYZ 52.89 46.3 24.56 -
YUV 181.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 241 163 122 0 0.32 0.49 0.05 20.67 0.81 0.71
Hex F1 A3 7A 0 20 31 5 15 51 47
Octal 361 243 172 0 40 61 5 25 121 107
Binary 11110001 10100011 1111010 0 100000 110001 101 10101 1010001 1000111

Color Harmonies of #F1A37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A37A

Black with #F1A37A

Text Example


Text Example

White with #F1A37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A37A; }

 p { color: rgb(241,163,122); }

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

background-color css

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

 a { background-color: rgb(241,163,122); }

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

border-color css

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

 span { border-color: rgb(241,163,122); }

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