Html Css Color HEX #F2B476 Tacao

📋 copy color: '#F2B476'

red 242 ◦ green 180 ◦ blue 118

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

Shades of Tacao #F2B476

Tints of Tacao #F2B476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.85%

R = 44.81%
G = 33.33%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2B476 (or 0xF2B476) is known color: Tacao. HEX triplet: F2, B4 and 76. RGB value is (242,180,118). Sum of RGB (Red+Green+Blue) = 242+180+118=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B476 is #0D4B89. Grayscale: #BFBFBF. Windows color (decimal): -871306 or 7779570. OLE color: 7779570.

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

Color convert

RGB 242 180 118 -
CMYK 0 0.26 0.51 0.05
HSL 30º 0.83% 0.71% -
HSV(B) 30º 0.51% 0.95% -
XYZ 56.21 52.83 24.37 -
YUV 191.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 242 180 118 0 0.26 0.51 0.05 30 0.83 0.71
Hex F2 B4 76 0 1A 33 5 1E 53 47
Octal 362 264 166 0 32 63 5 36 123 107
Binary 11110010 10110100 1110110 0 11010 110011 101 11110 1010011 1000111

Color Harmonies of #F2B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B476

Black with #F2B476

Text Example


Text Example

White with #F2B476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B476; }

 p { color: rgb(242,180,118); }

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

background-color css

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

 a { background-color: rgb(242,180,118); }

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

border-color css

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

 span { border-color: rgb(242,180,118); }

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