Html Css Color HEX #F2B37F Tacao

📋 copy color: '#F2B37F'

red 242 ◦ green 179 ◦ blue 127

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

Shades of Tacao #F2B37F

Tints of Tacao #F2B37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.18%

R = 44.16%
G = 32.66%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2B37F (or 0xF2B37F) is known color: Tacao. HEX triplet: F2, B3 and 7F. RGB value is (242,179,127). Sum of RGB (Red+Green+Blue) = 242+179+127=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B37F is #0D4C80. Grayscale: #C0C0C0. Windows color (decimal): -871553 or 8369138. OLE color: 8369138.

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

Color convert

RGB 242 179 127 -
CMYK 0 0.26 0.48 0.05
HSL 27.13º 0.82% 0.72% -
HSV(B) 27.13º 0.48% 0.95% -
XYZ 56.57 52.65 27.26 -
YUV 191.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 242 179 127 0 0.26 0.48 0.05 27.13 0.82 0.72
Hex F2 B3 7F 0 1A 30 5 1B 52 48
Octal 362 263 177 0 32 60 5 33 122 110
Binary 11110010 10110011 1111111 0 11010 110000 101 11011 1010010 1001000

Color Harmonies of #F2B37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B37F

Black with #F2B37F

Text Example


Text Example

White with #F2B37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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