Html Css Color HEX #F1AF6D Tacao

📋 copy color: '#F1AF6D'

red 241 ◦ green 175 ◦ blue 109

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

Shades of Tacao #F1AF6D

Tints of Tacao #F1AF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.76%

R = 45.9%
G = 33.33%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1AF6D (or 0xF1AF6D) is known color: Tacao. HEX triplet: F1, AF and 6D. RGB value is (241,175,109). Sum of RGB (Red+Green+Blue) = 241+175+109=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF6D is #0E5092. Grayscale: #BBBBBB. Windows color (decimal): -938131 or 7188465. OLE color: 7188465.

HSL color Cylindrical-coordinate representation of color #F1AF6D: hue angle of 30º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1AF6D is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 175 109 -
CMYK 0 0.27 0.55 0.05
HSL 30º 0.83% 0.69% -
HSV(B) 30º 0.55% 0.95% -
XYZ 54.37 50.46 21.34 -
YUV 187.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 241 175 109 0 0.27 0.55 0.05 30 0.83 0.69
Hex F1 AF 6D 0 1B 37 5 1E 52 45
Octal 361 257 155 0 33 67 5 36 122 105
Binary 11110001 10101111 1101101 0 11011 110111 101 11110 1010010 1000101

Color Harmonies of #F1AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF6D

Black with #F1AF6D

Text Example


Text Example

White with #F1AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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