Html Css Color HEX #F1AF80 Tacao

📋 copy color: '#F1AF80'

red 241 ◦ green 175 ◦ blue 128

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

Shades of Tacao #F1AF80

Tints of Tacao #F1AF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.53%

R = 44.3%
G = 32.17%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1AF80 (or 0xF1AF80) is known color: Tacao. HEX triplet: F1, AF and 80. RGB value is (241,175,128). Sum of RGB (Red+Green+Blue) = 241+175+128=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AF80 is #0E507F. Grayscale: #BDBDBD. Windows color (decimal): -938112 or 8433649. OLE color: 8433649.

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

Color convert

RGB 241 175 128 -
CMYK 0 0.27 0.47 0.05
HSL 24.96º 0.8% 0.72% -
HSV(B) 24.96º 0.47% 0.95% -
XYZ 55.5 50.92 27.33 -
YUV 189.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 241 175 128 0 0.27 0.47 0.05 24.96 0.8 0.72
Hex F1 AF 80 0 1B 2F 5 19 50 48
Octal 361 257 200 0 33 57 5 31 120 110
Binary 11110001 10101111 10000000 0 11011 101111 101 11001 1010000 1001000

Color Harmonies of #F1AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF80

Black with #F1AF80

Text Example


Text Example

White with #F1AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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