Html Css Color HEX #F1AF7D Tacao

📋 copy color: '#F1AF7D'

red 241 ◦ green 175 ◦ blue 125

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

Shades of Tacao #F1AF7D

Tints of Tacao #F1AF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.35%

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

R = 44.55%
G = 32.35%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1AF7D (or 0xF1AF7D) is known color: Tacao. HEX triplet: F1, AF and 7D. RGB value is (241,175,125). Sum of RGB (Red+Green+Blue) = 241+175+125=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF7D is #0E5082. Grayscale: #BDBDBD. Windows color (decimal): -938115 or 8237041. OLE color: 8237041.

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

Color convert

RGB 241 175 125 -
CMYK 0 0.27 0.48 0.05
HSL 25.86º 0.81% 0.72% -
HSV(B) 25.86º 0.48% 0.95% -
XYZ 55.31 50.84 26.3 -
YUV 189.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 241 175 125 0 0.27 0.48 0.05 25.86 0.81 0.72
Hex F1 AF 7D 0 1B 30 5 1A 51 48
Octal 361 257 175 0 33 60 5 32 121 110
Binary 11110001 10101111 1111101 0 11011 110000 101 11010 1010001 1001000

Color Harmonies of #F1AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF7D

Black with #F1AF7D

Text Example


Text Example

White with #F1AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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