Html Css Color HEX #F1B480 Tacao

📋 copy color: '#F1B480'

red 241 ◦ green 180 ◦ blue 128

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

Shades of Tacao #F1B480

Tints of Tacao #F1B480

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.79%

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

R = 43.9%
G = 32.79%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1B480 (or 0xF1B480) is known color: Tacao. HEX triplet: F1, B4 and 80. RGB value is (241,180,128). Sum of RGB (Red+Green+Blue) = 241+180+128=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B480 is #0E4B7F. Grayscale: #C0C0C0. Windows color (decimal): -936832 or 8434929. OLE color: 8434929.

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

Color convert

RGB 241 180 128 -
CMYK 0 0.25 0.47 0.05
HSL 27.61º 0.8% 0.72% -
HSV(B) 27.61º 0.47% 0.95% -
XYZ 56.49 52.9 27.66 -
YUV 192.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 241 180 128 0 0.25 0.47 0.05 27.61 0.8 0.72
Hex F1 B4 80 0 19 2F 5 1C 50 48
Octal 361 264 200 0 31 57 5 34 120 110
Binary 11110001 10110100 10000000 0 11001 101111 101 11100 1010000 1001000

Color Harmonies of #F1B480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B480

Black with #F1B480

Text Example


Text Example

White with #F1B480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B480; }

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

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

background-color css

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

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

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

border-color css

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

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

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