Html Css Color HEX #F1A67D Tacao

📋 copy color: '#F1A67D'

red 241 ◦ green 166 ◦ blue 125

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

Shades of Tacao #F1A67D

Tints of Tacao #F1A67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.2%

 BLUE value IS 125 (49.22% from 255) = 23.5%

R = 45.3%
G = 31.2%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1A67D (or 0xF1A67D) is known color: Tacao. HEX triplet: F1, A6 and 7D. RGB value is (241,166,125). Sum of RGB (Red+Green+Blue) = 241+166+125=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A67D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A67D is #0E5982. Grayscale: #B7B7B7. Windows color (decimal): -940419 or 8234737. OLE color: 8234737.

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

Color convert

RGB 241 166 125 -
CMYK 0 0.31 0.48 0.05
HSL 21.21º 0.81% 0.72% -
HSV(B) 21.21º 0.48% 0.95% -
XYZ 53.61 47.45 25.74 -
YUV 183.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 241 166 125 0 0.31 0.48 0.05 21.21 0.81 0.72
Hex F1 A6 7D 0 1F 30 5 15 51 48
Octal 361 246 175 0 37 60 5 25 121 110
Binary 11110001 10100110 1111101 0 11111 110000 101 10101 1010001 1001000

Color Harmonies of #F1A67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A67D

Black with #F1A67D

Text Example


Text Example

White with #F1A67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A67D; }

 p { color: rgb(241,166,125); }

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

background-color css

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

 a { background-color: rgb(241,166,125); }

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

border-color css

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

 span { border-color: rgb(241,166,125); }

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