Html Css Color HEX #F1AD7D Tacao

📋 copy color: '#F1AD7D'

red 241 ◦ green 173 ◦ blue 125

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

Shades of Tacao #F1AD7D

Tints of Tacao #F1AD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.1%

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

R = 44.71%
G = 32.1%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1AD7D (or 0xF1AD7D) is known color: Tacao. HEX triplet: F1, AD and 7D. RGB value is (241,173,125). Sum of RGB (Red+Green+Blue) = 241+173+125=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD7D is #0E5282. Grayscale: #BCBCBC. Windows color (decimal): -938627 or 8236529. OLE color: 8236529.

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

Color convert

RGB 241 173 125 -
CMYK 0 0.28 0.48 0.05
HSL 24.83º 0.81% 0.72% -
HSV(B) 24.83º 0.48% 0.95% -
XYZ 54.92 50.07 26.17 -
YUV 187.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 241 173 125 0 0.28 0.48 0.05 24.83 0.81 0.72
Hex F1 AD 7D 0 1C 30 5 19 51 48
Octal 361 255 175 0 34 60 5 31 121 110
Binary 11110001 10101101 1111101 0 11100 110000 101 11001 1010001 1001000

Color Harmonies of #F1AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD7D

Black with #F1AD7D

Text Example


Text Example

White with #F1AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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