Html Css Color HEX #F1B482 Tacao

📋 copy color: '#F1B482'

red 241 ◦ green 180 ◦ blue 130

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

Shades of Tacao #F1B482

Tints of Tacao #F1B482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.59%

R = 43.74%
G = 32.67%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1B482 (or 0xF1B482) is known color: Tacao. HEX triplet: F1, B4 and 82. RGB value is (241,180,130). Sum of RGB (Red+Green+Blue) = 241+180+130=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B482 is #0E4B7D. Grayscale: #C0C0C0. Windows color (decimal): -936830 or 8566001. OLE color: 8566001.

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

Color convert

RGB 241 180 130 -
CMYK 0 0.25 0.46 0.05
HSL 27.03º 0.8% 0.73% -
HSV(B) 27.03º 0.46% 0.95% -
XYZ 56.63 52.95 28.36 -
YUV 192.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 241 180 130 0 0.25 0.46 0.05 27.03 0.8 0.73
Hex F1 B4 82 0 19 2E 5 1B 50 49
Octal 361 264 202 0 31 56 5 33 120 111
Binary 11110001 10110100 10000010 0 11001 101110 101 11011 1010000 1001001

Color Harmonies of #F1B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B482

Black with #F1B482

Text Example


Text Example

White with #F1B482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B482; }

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

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

background-color css

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

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

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

border-color css

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

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

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