Html Css Color HEX #F2B382 Tacao

📋 copy color: '#F2B382'

red 242 ◦ green 179 ◦ blue 130

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

Shades of Tacao #F2B382

Tints of Tacao #F2B382

RGB

 RED value IS 242 (94.92% from 255) = 43.92%

 GREEN value IS 179 (70.31% from 255) = 32.49%

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

R = 43.92%
G = 32.49%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2B382 (or 0xF2B382) is known color: Tacao. HEX triplet: F2, B3 and 82. RGB value is (242,179,130). Sum of RGB (Red+Green+Blue) = 242+179+130=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B382 is #0D4C7D. Grayscale: #C0C0C0. Windows color (decimal): -871550 or 8565746. OLE color: 8565746.

HSL color Cylindrical-coordinate representation of color #F2B382: hue angle of 26.25º degrees, saturation: 0.81, 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 #F2B382 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 179 130 -
CMYK 0 0.26 0.46 0.05
HSL 26.25º 0.81% 0.73% -
HSV(B) 26.25º 0.46% 0.95% -
XYZ 56.77 52.73 28.3 -
YUV 192.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 242 179 130 0 0.26 0.46 0.05 26.25 0.81 0.73
Hex F2 B3 82 0 1A 2E 5 1A 51 49
Octal 362 263 202 0 32 56 5 32 121 111
Binary 11110010 10110011 10000010 0 11010 101110 101 11010 1010001 1001001

Color Harmonies of #F2B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B382

Black with #F2B382

Text Example


Text Example

White with #F2B382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B382; }

 p { color: rgb(242,179,130); }

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

background-color css

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

 a { background-color: rgb(242,179,130); }

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

border-color css

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

 span { border-color: rgb(242,179,130); }

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