Html Css Color HEX #F2B085 Tacao

📋 copy color: '#F2B085'

red 242 ◦ green 176 ◦ blue 133

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

Shades of Tacao #F2B085

Tints of Tacao #F2B085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.94%

 BLUE value IS 133 (52.34% from 255) = 24.14%

R = 43.92%
G = 31.94%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2B085 (or 0xF2B085) is known color: Tacao. HEX triplet: F2, B0 and 85. RGB value is (242,176,133). Sum of RGB (Red+Green+Blue) = 242+176+133=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B085 is #0D4F7A. Grayscale: #BFBFBF. Windows color (decimal): -872315 or 8761586. OLE color: 8761586.

HSL color Cylindrical-coordinate representation of color #F2B085: hue angle of 23.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2B085 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 176 133 -
CMYK 0 0.27 0.45 0.05
HSL 23.67º 0.81% 0.74% -
HSV(B) 23.67º 0.45% 0.95% -
XYZ 56.38 51.62 29.18 -
YUV 190.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 242 176 133 0 0.27 0.45 0.05 23.67 0.81 0.74
Hex F2 B0 85 0 1B 2D 5 18 51 4A
Octal 362 260 205 0 33 55 5 30 121 112
Binary 11110010 10110000 10000101 0 11011 101101 101 11000 1010001 1001010

Color Harmonies of #F2B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B085

Black with #F2B085

Text Example


Text Example

White with #F2B085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B085; }

 p { color: rgb(242,176,133); }

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

background-color css

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

 a { background-color: rgb(242,176,133); }

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

border-color css

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

 span { border-color: rgb(242,176,133); }

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